Html Css Color HEX #EC2578 Deep Cerise

📋 copy color: '#EC2578'

red 236 ◦ green 37 ◦ blue 120

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

Shades of Deep Cerise #EC2578

Tints of Deep Cerise #EC2578

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.41%

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

R = 60.05%
G = 9.41%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC2578 (or 0xEC2578) is known color: Deep Cerise. HEX triplet: EC, 25 and 78. RGB value is (236,37,120). Sum of RGB (Red+Green+Blue) = 236+37+120=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2578 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2578 is #13DA87. Grayscale: #696969. Windows color (decimal): -1301128 or 7874028. OLE color: 7874028.

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

Color convert

RGB 236 37 120 -
CMYK 0 0.84 0.49 0.07
HSL 334.97º 0.84% 0.54% -
HSV(B) 334.97º 0.84% 0.93% -
XYZ 38.64 20.51 19.69 -
YUV 105.96 135.93 220.75 -
System Red Green Blue C M Y K H S L
Decimal 236 37 120 0 0.84 0.49 0.07 334.97 0.84 0.54
Hex EC 25 78 0 54 31 7 14F 54 36
Octal 354 45 170 0 124 61 7 517 124 66
Binary 11101100 100101 1111000 0 1010100 110001 111 101001111 1010100 110110

Color Harmonies of #EC2578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2578

Black with #EC2578

Text Example


Text Example

White with #EC2578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2578; }

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

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

background-color css

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

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

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

border-color css

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

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

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