#EC5475

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

Shades of Dark Pink #EC5475

Tints of Dark Pink #EC5475

Color information

#EC5475 (or 0xEC5475) is unknown color: approx Dark Pink. HEX triplet: EC, 54 and 75. RGB value is (236,84,117). Sum of RGB (Red+Green+Blue) = 236+84+117=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5475 is #13AB8A. Grayscale: #858585. Windows color (decimal): -1289099 or 7689452. OLE color: 7689452.

HSL color Cylindrical-coordinate representation of color #EC5475: hue angle of 346.97º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5475 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB23684117-
CMYK00.640.500.07
HSL346.97º80%62.75%-
HSV(B)346.97º64.41%92.55%-
XYZ40.9725.4619.58-
YUV133.21118.86201.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.00%
GREEN value IS 84 (33.20% from 255) = 19.22%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=54.00%
G=19.22%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368411700.640.500.07346.978062.75
HexEC547504032715b503f
Octal354124165010062753312077
Binary1110110010101001110101010000001100101111010110111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5475; }

 p { color: rgb(236,84,117); }

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

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

 a { background-color: rgb(236,84,117); }

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

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

 span { border-color: rgb(236,84,117); }

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