Html Css Color HEX #EC5978 Dark Pink

📋 copy color: '#EC5978'

red 236 ◦ green 89 ◦ blue 120

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

Shades of Dark Pink #EC5978

Tints of Dark Pink #EC5978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20%

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

R = 53.03%
G = 20%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC5978 (or 0xEC5978) is known color: Dark Pink. HEX triplet: EC, 59 and 78. RGB value is (236,89,120). Sum of RGB (Red+Green+Blue) = 236+89+120=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5978 is #13A687. Grayscale: #888888. Windows color (decimal): -1287816 or 7887340. OLE color: 7887340.

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

Color convert

RGB 236 89 120 -
CMYK 0 0.62 0.49 0.07
HSL 347.35º 0.79% 0.64% -
HSV(B) 347.35º 0.62% 0.93% -
XYZ 41.55 26.33 20.66 -
YUV 136.49 118.7 198.98 -
System Red Green Blue C M Y K H S L
Decimal 236 89 120 0 0.62 0.49 0.07 347.35 0.79 0.64
Hex EC 59 78 0 3E 31 7 15B 4F 40
Octal 354 131 170 0 76 61 7 533 117 100
Binary 11101100 1011001 1111000 0 111110 110001 111 101011011 1001111 1000000

Color Harmonies of #EC5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5978

Black with #EC5978

Text Example


Text Example

White with #EC5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5978; }

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

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

background-color css

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

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

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

border-color css

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

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

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