Html Css Color HEX #EC2488 Deep Cerise

📋 copy color: '#EC2488'

red 236 ◦ green 36 ◦ blue 136

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

Shades of Deep Cerise #EC2488

Tints of Deep Cerise #EC2488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.33%

R = 57.84%
G = 8.82%
B = 33.33%

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

#EC2488 (or 0xEC2488) is known color: Deep Cerise. HEX triplet: EC, 24 and 88. RGB value is (236,36,136). Sum of RGB (Red+Green+Blue) = 236+36+136=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2488 is #13DB77. Grayscale: #6B6B6B. Windows color (decimal): -1301368 or 8922348. OLE color: 8922348.

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

Color convert

RGB 236 36 136 -
CMYK 0 0.85 0.42 0.07
HSL 330º 0.84% 0.53% -
HSV(B) 330º 0.85% 0.93% -
XYZ 39.67 20.87 25.23 -
YUV 107.2 144.26 219.87 -
System Red Green Blue C M Y K H S L
Decimal 236 36 136 0 0.85 0.42 0.07 330 0.84 0.53
Hex EC 24 88 0 55 2A 7 14A 54 35
Octal 354 44 210 0 125 52 7 512 124 65
Binary 11101100 100100 10001000 0 1010101 101010 111 101001010 1010100 110101

Color Harmonies of #EC2488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2488

Black with #EC2488

Text Example


Text Example

White with #EC2488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2488; }

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

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

background-color css

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

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

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

border-color css

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

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

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