Html Css Color HEX #EC2489 Deep Cerise

📋 copy color: '#EC2489'

red 236 ◦ green 36 ◦ blue 137

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

Shades of Deep Cerise #EC2489

Tints of Deep Cerise #EC2489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.5%

R = 57.7%
G = 8.8%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC2489 (or 0xEC2489) is known color: Deep Cerise. HEX triplet: EC, 24 and 89. RGB value is (236,36,137). Sum of RGB (Red+Green+Blue) = 236+36+137=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2489 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2489 is #13DB76. Grayscale: #6B6B6B. Windows color (decimal): -1301367 or 8987884. OLE color: 8987884.

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

Color convert

RGB 236 36 137 -
CMYK 0 0.85 0.42 0.07
HSL 329.7º 0.84% 0.53% -
HSV(B) 329.7º 0.85% 0.93% -
XYZ 39.74 20.9 25.61 -
YUV 107.31 144.76 219.79 -
System Red Green Blue C M Y K H S L
Decimal 236 36 137 0 0.85 0.42 0.07 329.7 0.84 0.53
Hex EC 24 89 0 55 2A 7 14A 54 35
Octal 354 44 211 0 125 52 7 512 124 65
Binary 11101100 100100 10001001 0 1010101 101010 111 101001010 1010100 110101

Color Harmonies of #EC2489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2489

Black with #EC2489

Text Example


Text Example

White with #EC2489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2489; }

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

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

background-color css

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

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

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

border-color css

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

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

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