#EF5374

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

Shades of Dark Pink #EF5374

Tints of Dark Pink #EF5374

Color information

#EF5374 (or 0xEF5374) is unknown color: approx Dark Pink. HEX triplet: EF, 53 and 74. RGB value is (239,83,116). Sum of RGB (Red+Green+Blue) = 239+83+116=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5374 is #10AC8B. Grayscale: #858585. Windows color (decimal): -1092748 or 7623663. OLE color: 7623663.

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

Color convert

RGB23983116-
CMYK00.650.510.06
HSL347.31º82.98%63.14%-
HSV(B)347.31º65.27%93.73%-
XYZ41.8425.819.3-
YUV133.41118.18203.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.57%
GREEN value IS 83 (32.81% from 255) = 18.95%
BLUE value IS 116 (45.70% from 255) = 26.48%
R=54.57%
G=18.95%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398311600.650.510.06347.3182.9863.14
HexEF537404133615b533f
Octal357123164010163653312377
Binary1110111110100111110100010000011100111101010110111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5374; }

 p { color: rgb(239,83,116); }

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

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

 a { background-color: rgb(239,83,116); }

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

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

 span { border-color: rgb(239,83,116); }

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