Html Css Color HEX #E72094 Deep Cerise

📋 copy color: '#E72094'

red 231 ◦ green 32 ◦ blue 148

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

Shades of Deep Cerise #E72094

Tints of Deep Cerise #E72094

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.79%

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

R = 56.2%
G = 7.79%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E72094 (or 0xE72094) is known color: Deep Cerise. HEX triplet: E7, 20 and 94. RGB value is (231,32,148). Sum of RGB (Red+Green+Blue) = 231+32+148=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E72094 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72094 is #18DF6B. Grayscale: #686868. Windows color (decimal): -1630060 or 9707751. OLE color: 9707751.

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

Color convert

RGB 231 32 148 -
CMYK 0 0.86 0.36 0.09
HSL 325.03º 0.81% 0.52% -
HSV(B) 325.03º 0.86% 0.91% -
XYZ 38.82 20.16 29.86 -
YUV 104.73 152.43 218.07 -
System Red Green Blue C M Y K H S L
Decimal 231 32 148 0 0.86 0.36 0.09 325.03 0.81 0.52
Hex E7 20 94 0 56 24 9 145 51 34
Octal 347 40 224 0 126 44 11 505 121 64
Binary 11100111 100000 10010100 0 1010110 100100 1001 101000101 1010001 110100

Color Harmonies of #E72094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72094

Black with #E72094

Text Example


Text Example

White with #E72094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72094; }

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

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

background-color css

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

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

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

border-color css

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

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

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