Html Css Color HEX #EC2791 Deep Cerise

📋 copy color: '#EC2791'

red 236 ◦ green 39 ◦ blue 145

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

Shades of Deep Cerise #EC2791

Tints of Deep Cerise #EC2791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.29%

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

R = 56.19%
G = 9.29%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC2791 (or 0xEC2791) is known color: Deep Cerise. HEX triplet: EC, 27 and 91. RGB value is (236,39,145). Sum of RGB (Red+Green+Blue) = 236+39+145=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2791 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2791 is #13D86E. Grayscale: #6D6D6D. Windows color (decimal): -1300591 or 9512940. OLE color: 9512940.

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

Color convert

RGB 236 39 145 -
CMYK 0 0.83 0.39 0.07
HSL 327.72º 0.84% 0.54% -
HSV(B) 327.72º 0.83% 0.93% -
XYZ 40.43 21.33 28.77 -
YUV 109.99 147.77 217.88 -
System Red Green Blue C M Y K H S L
Decimal 236 39 145 0 0.83 0.39 0.07 327.72 0.84 0.54
Hex EC 27 91 0 53 27 7 148 54 36
Octal 354 47 221 0 123 47 7 510 124 66
Binary 11101100 100111 10010001 0 1010011 100111 111 101001000 1010100 110110

Color Harmonies of #EC2791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2791

Black with #EC2791

Text Example


Text Example

White with #EC2791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2791; }

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

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

background-color css

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

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

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

border-color css

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

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

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