#ef5a88

Color #EF5A88 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #EF5A88

Tints of Dark Pink #EF5A88

Color information

#EF5A88 (or 0xEF5A88) is unknown color: approx Dark Pink. HEX triplet: EF, 5A and 88. RGB value is (239,90,136). Sum of RGB (Red+Green+Blue) = 239+90+136=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5A88 is #10A577. Grayscale: #8B8B8B. Windows color (decimal): -1090936 or 8936175. OLE color: 8936175.

HSL color Cylindrical-coordinate representation of color #EF5A88: hue angle of 341.48º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5A88 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB23990136-
CMYK00.620.430.06
HSL341.48º82.32%64.51%-
HSV(B)341.48º62.34%93.73%-
XYZ43.727.4426.29-
YUV139.79125.86198.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 51.40%
GREEN value IS 90 (35.55% from 255) = 19.35%
BLUE value IS 136 (53.52% from 255) = 29.25%
R=51.40%
G=19.35%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399013600.620.430.06341.4882.3264.51
HexEF5A8803E2B61555241
Octal357132210076536525122101
Binary11101111101101010001000011111010101111010101010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef5a88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef5a88; }

 p { color: rgb(239,90,136); }

 H1.HeaderClassName
 {
   color: #ef5a88;
 }
 .AnyTagClassName
 {
   color: #ef5a88;
 }
</style>
background-color css

<style>
 a { background-color: #ef5a88; }

 a { background-color: rgb(239,90,136); }

 div.DivClassName
 {
   background-color: #ef5a88;
 }
 .BgClassName
 {
   background-color: #ef5a88;
 }
</style>
border-color css

<style>
 span { border-color: #ef5a88; }

 span { border-color: rgb(239,90,136); }

 td.TdClassName
 {
   border-color: #ef5a88;
 }
 .TagClassName
 {
   border-color: #ef5a88;
 }
</style>