Html Css Color HEX #E72096 Persian Rose

📋 copy color: '#E72096'

red 231 ◦ green 32 ◦ blue 150

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

Shades of Persian Rose #E72096

Tints of Persian Rose #E72096

RGB

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

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

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

R = 55.93%
G = 7.75%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E72096 (or 0xE72096) is known color: Persian Rose. HEX triplet: E7, 20 and 96. RGB value is (231,32,150). Sum of RGB (Red+Green+Blue) = 231+32+150=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E72096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72096 is #18DF69. Grayscale: #686868. Windows color (decimal): -1630058 or 9838823. OLE color: 9838823.

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

Color convert

RGB 231 32 150 -
CMYK 0 0.86 0.35 0.09
HSL 324.42º 0.81% 0.52% -
HSV(B) 324.42º 0.86% 0.91% -
XYZ 38.98 20.22 30.7 -
YUV 104.95 153.43 217.91 -
System Red Green Blue C M Y K H S L
Decimal 231 32 150 0 0.86 0.35 0.09 324.42 0.81 0.52
Hex E7 20 96 0 56 23 9 144 51 34
Octal 347 40 226 0 126 43 11 504 121 64
Binary 11100111 100000 10010110 0 1010110 100011 1001 101000100 1010001 110100

Color Harmonies of #E72096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72096

Black with #E72096

Text Example


Text Example

White with #E72096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72096; }

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

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

background-color css

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

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

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

border-color css

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

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

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