Html Css Color HEX #E72296 Deep Cerise

📋 copy color: '#E72296'

red 231 ◦ green 34 ◦ blue 150

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

Shades of Deep Cerise #E72296

Tints of Deep Cerise #E72296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.14%

R = 55.66%
G = 8.19%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E72296 (or 0xE72296) is known color: Deep Cerise. HEX triplet: E7, 22 and 96. RGB value is (231,34,150). Sum of RGB (Red+Green+Blue) = 231+34+150=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E72296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72296 is #18DD69. Grayscale: #696969. Windows color (decimal): -1629546 or 9839335. OLE color: 9839335.

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

Color convert

RGB 231 34 150 -
CMYK 0 0.85 0.35 0.09
HSL 324.67º 0.8% 0.52% -
HSV(B) 324.67º 0.85% 0.91% -
XYZ 39.03 20.33 30.72 -
YUV 106.13 152.77 217.07 -
System Red Green Blue C M Y K H S L
Decimal 231 34 150 0 0.85 0.35 0.09 324.67 0.8 0.52
Hex E7 22 96 0 55 23 9 145 50 34
Octal 347 42 226 0 125 43 11 505 120 64
Binary 11100111 100010 10010110 0 1010101 100011 1001 101000101 1010000 110100

Color Harmonies of #E72296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72296

Black with #E72296

Text Example


Text Example

White with #E72296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72296; }

 p { color: rgb(231,34,150); }

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

background-color css

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

 a { background-color: rgb(231,34,150); }

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

border-color css

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

 span { border-color: rgb(231,34,150); }

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