Html Css Color HEX #EC2288 Deep Cerise

📋 copy color: '#EC2288'

red 236 ◦ green 34 ◦ blue 136

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

Shades of Deep Cerise #EC2288

Tints of Deep Cerise #EC2288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.37%

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

R = 58.13%
G = 8.37%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC2288 (or 0xEC2288) is known color: Deep Cerise. HEX triplet: EC, 22 and 88. RGB value is (236,34,136). Sum of RGB (Red+Green+Blue) = 236+34+136=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2288 is #13DD77. Grayscale: #696969. Windows color (decimal): -1301880 or 8921836. OLE color: 8921836.

HSL color Cylindrical-coordinate representation of color #EC2288: 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.86%. Process color model (Four color, CMYK) of #EC2288 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 34 136 -
CMYK 0 0.86 0.42 0.07
HSL 329.7º 0.84% 0.53% -
HSV(B) 329.7º 0.86% 0.93% -
XYZ 39.61 20.75 25.21 -
YUV 106.03 144.92 220.71 -
System Red Green Blue C M Y K H S L
Decimal 236 34 136 0 0.86 0.42 0.07 329.7 0.84 0.53
Hex EC 22 88 0 56 2A 7 14A 54 35
Octal 354 42 210 0 126 52 7 512 124 65
Binary 11101100 100010 10001000 0 1010110 101010 111 101001010 1010100 110101

Color Harmonies of #EC2288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2288

Black with #EC2288

Text Example


Text Example

White with #EC2288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2288; }

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

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

background-color css

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

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

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

border-color css

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

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

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