#EF608D

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

Shades of Dark Pink #EF608D

Tints of Dark Pink #EF608D

Color information

#EF608D (or 0xEF608D) is unknown color: approx Dark Pink. HEX triplet: EF, 60 and 8D. RGB value is (239,96,141). Sum of RGB (Red+Green+Blue) = 239+96+141=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF608D is #109F72. Grayscale: #8F8F8F. Windows color (decimal): -1089395 or 9265391. OLE color: 9265391.

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

Color convert

RGB23996141-
CMYK00.600.410.06
HSL341.12º81.71%65.69%-
HSV(B)341.12º59.83%93.73%-
XYZ44.5928.6428.38-
YUV143.89126.38195.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.21%
GREEN value IS 96 (37.89% from 255) = 20.17%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=50.21%
G=20.17%
B=29.62%

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
Decimal2399614100.600.410.06341.1281.7165.69
HexEF608D03C2961555242
Octal357140215074516525122102
Binary11101111110000010001101011110010100111010101010110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF608D; }

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

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

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

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

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

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

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

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