Html Css Color HEX #E72496 Deep Cerise

📋 copy color: '#E72496'

red 231 ◦ green 36 ◦ blue 150

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

Shades of Deep Cerise #E72496

Tints of Deep Cerise #E72496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.63%

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

R = 55.4%
G = 8.63%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E72496 (or 0xE72496) is known color: Deep Cerise. HEX triplet: E7, 24 and 96. RGB value is (231,36,150). Sum of RGB (Red+Green+Blue) = 231+36+150=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E72496 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72496 is #18DB69. Grayscale: #6B6B6B. Windows color (decimal): -1629034 or 9839847. OLE color: 9839847.

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

Color convert

RGB 231 36 150 -
CMYK 0 0.84 0.35 0.09
HSL 324.92º 0.8% 0.52% -
HSV(B) 324.92º 0.84% 0.91% -
XYZ 39.09 20.45 30.74 -
YUV 107.3 152.1 216.23 -
System Red Green Blue C M Y K H S L
Decimal 231 36 150 0 0.84 0.35 0.09 324.92 0.8 0.52
Hex E7 24 96 0 54 23 9 145 50 34
Octal 347 44 226 0 124 43 11 505 120 64
Binary 11100111 100100 10010110 0 1010100 100011 1001 101000101 1010000 110100

Color Harmonies of #E72496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72496

Black with #E72496

Text Example


Text Example

White with #E72496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72496; }

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

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

background-color css

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

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

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

border-color css

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

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

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