#EF5478

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

Shades of Dark Pink #EF5478

Tints of Dark Pink #EF5478

Color information

#EF5478 (or 0xEF5478) is unknown color: approx Dark Pink. HEX triplet: EF, 54 and 78. RGB value is (239,84,120). Sum of RGB (Red+Green+Blue) = 239+84+120=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5478 is #10AB87. Grayscale: #868686. Windows color (decimal): -1092488 or 7886063. OLE color: 7886063.

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

Color convert

RGB23984120-
CMYK00.650.500.06
HSL346.06º82.89%63.33%-
HSV(B)346.06º64.85%93.73%-
XYZ42.1626.0520.58-
YUV134.45119.85202.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.95%
GREEN value IS 84 (33.20% from 255) = 18.96%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=53.95%
G=18.96%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398412000.650.500.06346.0682.8963.33
HexEF547804132615a533f
Octal357124170010162653212377
Binary1110111110101001111000010000011100101101010110101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5478; }

 p { color: rgb(239,84,120); }

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

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

 a { background-color: rgb(239,84,120); }

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

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

 span { border-color: rgb(239,84,120); }

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