Html Css Color HEX #EC5475 Dark Pink

📋 copy color: '#EC5475'

red 236 ◦ green 84 ◦ blue 117

#EC5475
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #EC5475

Tints of Dark Pink #EC5475

RGB

 RED value IS 236 (92.58% from 255) = 54%

 GREEN value IS 84 (33.2% from 255) = 19.22%

 BLUE value IS 117 (46.09% from 255) = 26.77%

R = 54%
G = 19.22%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC5475 (or 0xEC5475) is known color: 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

RGB 236 84 117 -
CMYK 0 0.64 0.50 0.07
HSL 346.97º 0.8% 0.63% -
HSV(B) 346.97º 0.64% 0.93% -
XYZ 40.97 25.46 19.58 -
YUV 133.21 118.86 201.32 -
System Red Green Blue C M Y K H S L
Decimal 236 84 117 0 0.64 0.50 0.07 346.97 0.8 0.63
Hex EC 54 75 0 40 32 7 15B 50 3F
Octal 354 124 165 0 100 62 7 533 120 77
Binary 11101100 1010100 1110101 0 1000000 110010 111 101011011 1010000 111111

Color Harmonies of #EC5475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5475

Black with #EC5475

Text Example


Text Example

White with #EC5475

Text Example


Text Example

HTML Codes & Css Web 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>