#ef5b88

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

Shades of Dark Pink #EF5B88

Tints of Dark Pink #EF5B88

Color information

#EF5B88 (or 0xEF5B88) is unknown color: approx Dark Pink. HEX triplet: EF, 5B and 88. RGB value is (239,91,136). Sum of RGB (Red+Green+Blue) = 239+91+136=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5B88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5B88 is #10A477. Grayscale: #8C8C8C. Windows color (decimal): -1090680 or 8936431. OLE color: 8936431.

HSL color Cylindrical-coordinate representation of color #EF5B88: hue angle of 341.76º 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 #EF5B88 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB23991136-
CMYK00.620.430.06
HSL341.76º82.22%64.71%-
HSV(B)341.76º61.92%93.73%-
XYZ43.7827.6126.31-
YUV140.38125.53198.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.29%
GREEN value IS 91 (35.94% from 255) = 19.53%
BLUE value IS 136 (53.52% from 255) = 29.18%
R=51.29%
G=19.53%
B=29.18%

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
Decimal2399113600.620.430.06341.7682.2264.71
HexEF5B8803E2B61565241
Octal357133210076536526122101
Binary11101111101101110001000011111010101111010101011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef5b88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef5b88; }

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

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

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

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

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

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

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

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