Html Css Color HEX #EC2478 Deep Cerise

📋 copy color: '#EC2478'

red 236 ◦ green 36 ◦ blue 120

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

Shades of Deep Cerise #EC2478

Tints of Deep Cerise #EC2478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.18%

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

R = 60.2%
G = 9.18%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC2478 (or 0xEC2478) is known color: Deep Cerise. HEX triplet: EC, 24 and 78. RGB value is (236,36,120). Sum of RGB (Red+Green+Blue) = 236+36+120=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2478 is #13DB87. Grayscale: #696969. Windows color (decimal): -1301384 or 7873772. OLE color: 7873772.

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

Color convert

RGB 236 36 120 -
CMYK 0 0.85 0.49 0.07
HSL 334.8º 0.84% 0.53% -
HSV(B) 334.8º 0.85% 0.93% -
XYZ 38.61 20.45 19.68 -
YUV 105.38 136.26 221.17 -
System Red Green Blue C M Y K H S L
Decimal 236 36 120 0 0.85 0.49 0.07 334.8 0.84 0.53
Hex EC 24 78 0 55 31 7 14F 54 35
Octal 354 44 170 0 125 61 7 517 124 65
Binary 11101100 100100 1111000 0 1010101 110001 111 101001111 1010100 110101

Color Harmonies of #EC2478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2478

Black with #EC2478

Text Example


Text Example

White with #EC2478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2478; }

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

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

background-color css

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

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

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

border-color css

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

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

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