Html Css Color HEX #EC5478 Dark Pink

📋 copy color: '#EC5478'

red 236 ◦ green 84 ◦ blue 120

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

Shades of Dark Pink #EC5478

Tints of Dark Pink #EC5478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.27%

R = 53.64%
G = 19.09%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC5478 (or 0xEC5478) is known color: Dark Pink. HEX triplet: EC, 54 and 78. RGB value is (236,84,120). Sum of RGB (Red+Green+Blue) = 236+84+120=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5478 is #13AB87. Grayscale: #858585. Windows color (decimal): -1289096 or 7886060. OLE color: 7886060.

HSL color Cylindrical-coordinate representation of color #EC5478: hue angle of 345.79º 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 #EC5478 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 84 120 -
CMYK 0 0.64 0.49 0.07
HSL 345.79º 0.8% 0.63% -
HSV(B) 345.79º 0.64% 0.93% -
XYZ 41.15 25.53 20.53 -
YUV 133.55 120.36 201.07 -
System Red Green Blue C M Y K H S L
Decimal 236 84 120 0 0.64 0.49 0.07 345.79 0.8 0.63
Hex EC 54 78 0 40 31 7 15A 50 3F
Octal 354 124 170 0 100 61 7 532 120 77
Binary 11101100 1010100 1111000 0 1000000 110001 111 101011010 1010000 111111

Color Harmonies of #EC5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5478

Black with #EC5478

Text Example


Text Example

White with #EC5478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5478; }

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

 H1.HeaderClassName
 {
   color: #EC5478;
 }
 .AnyTagClassName
 {
   color: #EC5478;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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