Html Css Color HEX #EC2F91 Deep Cerise

📋 copy color: '#EC2F91'

red 236 ◦ green 47 ◦ blue 145

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

Shades of Deep Cerise #EC2F91

Tints of Deep Cerise #EC2F91

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.98%

 BLUE value IS 145 (57.03% from 255) = 33.88%

R = 55.14%
G = 10.98%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC2F91 (or 0xEC2F91) is known color: Deep Cerise. HEX triplet: EC, 2F and 91. RGB value is (236,47,145). Sum of RGB (Red+Green+Blue) = 236+47+145=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2F91 is #13D06E. Grayscale: #727272. Windows color (decimal): -1298543 or 9514988. OLE color: 9514988.

HSL color Cylindrical-coordinate representation of color #EC2F91: hue angle of 328.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2F91 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 47 145 -
CMYK 0 0.80 0.39 0.07
HSL 328.89º 0.83% 0.55% -
HSV(B) 328.89º 0.8% 0.93% -
XYZ 40.72 21.91 28.87 -
YUV 114.68 145.12 214.53 -
System Red Green Blue C M Y K H S L
Decimal 236 47 145 0 0.80 0.39 0.07 328.89 0.83 0.55
Hex EC 2F 91 0 50 27 7 149 53 37
Octal 354 57 221 0 120 47 7 511 123 67
Binary 11101100 101111 10010001 0 1010000 100111 111 101001001 1010011 110111

Color Harmonies of #EC2F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F91

Black with #EC2F91

Text Example


Text Example

White with #EC2F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F91; }

 p { color: rgb(236,47,145); }

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

background-color css

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

 a { background-color: rgb(236,47,145); }

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

border-color css

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

 span { border-color: rgb(236,47,145); }

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