#EF608E

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

Shades of Dark Pink #EF608E

Tints of Dark Pink #EF608E

Color information

#EF608E (or 0xEF608E) is unknown color: approx Dark Pink. HEX triplet: EF, 60 and 8E. RGB value is (239,96,142). Sum of RGB (Red+Green+Blue) = 239+96+142=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF608E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF608E is #109F71. Grayscale: #8F8F8F. Windows color (decimal): -1089394 or 9330927. OLE color: 9330927.

HSL color Cylindrical-coordinate representation of color #EF608E: hue angle of 340.7º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF608E is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB23996142-
CMYK00.600.410.06
HSL340.7º81.71%65.69%-
HSV(B)340.7º59.83%93.73%-
XYZ44.6628.6728.77-
YUV144126.88195.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.10%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=50.10%
G=20.13%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399614200.600.410.06340.781.7165.69
HexEF608E03C2961555242
Octal357140216074516525122102
Binary11101111110000010001110011110010100111010101010110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF608E; }

 p { color: rgb(239,96,142); }

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

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

 a { background-color: rgb(239,96,142); }

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

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

 span { border-color: rgb(239,96,142); }

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