Html Css Color HEX #E72991 Deep Cerise

📋 copy color: '#E72991'

red 231 ◦ green 41 ◦ blue 145

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

Shades of Deep Cerise #E72991

Tints of Deep Cerise #E72991

RGB

 RED value IS 231 (90.63% from 255) = 55.4%

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

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

R = 55.4%
G = 9.83%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E72991 (or 0xE72991) is known color: Deep Cerise. HEX triplet: E7, 29 and 91. RGB value is (231,41,145). Sum of RGB (Red+Green+Blue) = 231+41+145=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E72991 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72991 is #18D66E. Grayscale: #6D6D6D. Windows color (decimal): -1627759 or 9513447. OLE color: 9513447.

HSL color Cylindrical-coordinate representation of color #E72991: hue angle of 327.16º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72991 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 41 145 -
CMYK 0 0.82 0.37 0.09
HSL 327.16º 0.8% 0.53% -
HSV(B) 327.16º 0.82% 0.91% -
XYZ 38.86 20.62 28.72 -
YUV 109.67 147.95 214.54 -
System Red Green Blue C M Y K H S L
Decimal 231 41 145 0 0.82 0.37 0.09 327.16 0.8 0.53
Hex E7 29 91 0 52 25 9 147 50 35
Octal 347 51 221 0 122 45 11 507 120 65
Binary 11100111 101001 10010001 0 1010010 100101 1001 101000111 1010000 110101

Color Harmonies of #E72991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72991

Black with #E72991

Text Example


Text Example

White with #E72991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72991; }

 p { color: rgb(231,41,145); }

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

background-color css

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

 a { background-color: rgb(231,41,145); }

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

border-color css

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

 span { border-color: rgb(231,41,145); }

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