Html Css Color HEX #E72392 Deep Cerise

📋 copy color: '#E72392'

red 231 ◦ green 35 ◦ blue 146

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

Shades of Deep Cerise #E72392

Tints of Deep Cerise #E72392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.5%

 BLUE value IS 146 (57.42% from 255) = 35.44%

R = 56.07%
G = 8.5%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E72392 (or 0xE72392) is known color: Deep Cerise. HEX triplet: E7, 23 and 92. RGB value is (231,35,146). Sum of RGB (Red+Green+Blue) = 231+35+146=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E72392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72392 is #18DC6D. Grayscale: #6A6A6A. Windows color (decimal): -1629294 or 9577447. OLE color: 9577447.

HSL color Cylindrical-coordinate representation of color #E72392: hue angle of 326.02º 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 #E72392 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 35 146 -
CMYK 0 0.85 0.37 0.09
HSL 326.02º 0.8% 0.52% -
HSV(B) 326.02º 0.85% 0.91% -
XYZ 38.74 20.27 29.06 -
YUV 106.26 150.43 216.97 -
System Red Green Blue C M Y K H S L
Decimal 231 35 146 0 0.85 0.37 0.09 326.02 0.8 0.52
Hex E7 23 92 0 55 25 9 146 50 34
Octal 347 43 222 0 125 45 11 506 120 64
Binary 11100111 100011 10010010 0 1010101 100101 1001 101000110 1010000 110100

Color Harmonies of #E72392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72392

Black with #E72392

Text Example


Text Example

White with #E72392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72392; }

 p { color: rgb(231,35,146); }

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

background-color css

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

 a { background-color: rgb(231,35,146); }

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

border-color css

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

 span { border-color: rgb(231,35,146); }

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