Html Css Color HEX #E72494 Deep Cerise

📋 copy color: '#E72494'

red 231 ◦ green 36 ◦ blue 148

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

Shades of Deep Cerise #E72494

Tints of Deep Cerise #E72494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.66%

R = 55.66%
G = 8.67%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E72494 (or 0xE72494) is known color: Deep Cerise. HEX triplet: E7, 24 and 94. RGB value is (231,36,148). Sum of RGB (Red+Green+Blue) = 231+36+148=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E72494 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72494 is #18DB6B. Grayscale: #6A6A6A. Windows color (decimal): -1629036 or 9708775. OLE color: 9708775.

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

Color convert

RGB 231 36 148 -
CMYK 0 0.84 0.36 0.09
HSL 325.54º 0.8% 0.52% -
HSV(B) 325.54º 0.84% 0.91% -
XYZ 38.93 20.39 29.9 -
YUV 107.07 151.1 216.39 -
System Red Green Blue C M Y K H S L
Decimal 231 36 148 0 0.84 0.36 0.09 325.54 0.8 0.52
Hex E7 24 94 0 54 24 9 146 50 34
Octal 347 44 224 0 124 44 11 506 120 64
Binary 11100111 100100 10010100 0 1010100 100100 1001 101000110 1010000 110100

Color Harmonies of #E72494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72494

Black with #E72494

Text Example


Text Example

White with #E72494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72494; }

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

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

background-color css

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

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

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

border-color css

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

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

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