#EF5E8B

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

Shades of Dark Pink #EF5E8B

Tints of Dark Pink #EF5E8B

Color information

#EF5E8B (or 0xEF5E8B) is unknown color: approx Dark Pink. HEX triplet: EF, 5E and 8B. RGB value is (239,94,139). Sum of RGB (Red+Green+Blue) = 239+94+139=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5E8B is #10A174. Grayscale: #8E8E8E. Windows color (decimal): -1089909 or 9133807. OLE color: 9133807.

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

Color convert

RGB23994139-
CMYK00.610.420.06
HSL341.38º81.92%65.29%-
HSV(B)341.38º60.67%93.73%-
XYZ44.2628.2227.54-
YUV142.48126.04196.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.64%
GREEN value IS 94 (37.11% from 255) = 19.92%
BLUE value IS 139 (54.69% from 255) = 29.45%
R=50.64%
G=19.92%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399413900.610.420.06341.3881.9265.29
HexEF5E8B03D2A61555241
Octal357136213075526525122101
Binary11101111101111010001011011110110101011010101010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5E8B; }

 p { color: rgb(239,94,139); }

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

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

 a { background-color: rgb(239,94,139); }

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

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

 span { border-color: rgb(239,94,139); }

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