Html Css Color HEX #EC2988 Deep Cerise

📋 copy color: '#EC2988'

red 236 ◦ green 41 ◦ blue 136

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

Shades of Deep Cerise #EC2988

Tints of Deep Cerise #EC2988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.93%

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

R = 57.14%
G = 9.93%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC2988 (or 0xEC2988) is known color: Deep Cerise. HEX triplet: EC, 29 and 88. RGB value is (236,41,136). Sum of RGB (Red+Green+Blue) = 236+41+136=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2988 is #13D677. Grayscale: #6D6D6D. Windows color (decimal): -1300088 or 8923628. OLE color: 8923628.

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

Color convert

RGB 236 41 136 -
CMYK 0 0.83 0.42 0.07
HSL 330.77º 0.84% 0.54% -
HSV(B) 330.77º 0.83% 0.93% -
XYZ 39.83 21.2 25.28 -
YUV 110.14 142.6 217.78 -
System Red Green Blue C M Y K H S L
Decimal 236 41 136 0 0.83 0.42 0.07 330.77 0.84 0.54
Hex EC 29 88 0 53 2A 7 14B 54 36
Octal 354 51 210 0 123 52 7 513 124 66
Binary 11101100 101001 10001000 0 1010011 101010 111 101001011 1010100 110110

Color Harmonies of #EC2988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2988

Black with #EC2988

Text Example


Text Example

White with #EC2988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2988; }

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

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

background-color css

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

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

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

border-color css

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

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

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