Html Css Color HEX #EC2A88 Deep Cerise

📋 copy color: '#EC2A88'

red 236 ◦ green 42 ◦ blue 136

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

Shades of Deep Cerise #EC2A88

Tints of Deep Cerise #EC2A88

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.14%

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

R = 57%
G = 10.14%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC2A88 (or 0xEC2A88) is known color: Deep Cerise. HEX triplet: EC, 2A and 88. RGB value is (236,42,136). Sum of RGB (Red+Green+Blue) = 236+42+136=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2A88 is #13D577. Grayscale: #6E6E6E. Windows color (decimal): -1299832 or 8923884. OLE color: 8923884.

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

Color convert

RGB 236 42 136 -
CMYK 0 0.82 0.42 0.07
HSL 330.93º 0.84% 0.55% -
HSV(B) 330.93º 0.82% 0.93% -
XYZ 39.86 21.27 25.3 -
YUV 110.72 142.27 217.36 -
System Red Green Blue C M Y K H S L
Decimal 236 42 136 0 0.82 0.42 0.07 330.93 0.84 0.55
Hex EC 2A 88 0 52 2A 7 14B 54 37
Octal 354 52 210 0 122 52 7 513 124 67
Binary 11101100 101010 10001000 0 1010010 101010 111 101001011 1010100 110111

Color Harmonies of #EC2A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2A88

Black with #EC2A88

Text Example


Text Example

White with #EC2A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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