Html Css Color HEX #E72199 Persian Rose

📋 copy color: '#E72199'

red 231 ◦ green 33 ◦ blue 153

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

Shades of Persian Rose #E72199

Tints of Persian Rose #E72199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.91%

 BLUE value IS 153 (60.16% from 255) = 36.69%

R = 55.4%
G = 7.91%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E72199 (or 0xE72199) is known color: Persian Rose. HEX triplet: E7, 21 and 99. RGB value is (231,33,153). Sum of RGB (Red+Green+Blue) = 231+33+153=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E72199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72199 is #18DE66. Grayscale: #696969. Windows color (decimal): -1629799 or 10035687. OLE color: 10035687.

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

Color convert

RGB 231 33 153 -
CMYK 0 0.86 0.34 0.09
HSL 323.64º 0.8% 0.52% -
HSV(B) 323.64º 0.86% 0.91% -
XYZ 39.25 20.38 32 -
YUV 105.88 154.6 217.24 -
System Red Green Blue C M Y K H S L
Decimal 231 33 153 0 0.86 0.34 0.09 323.64 0.8 0.52
Hex E7 21 99 0 56 22 9 144 50 34
Octal 347 41 231 0 126 42 11 504 120 64
Binary 11100111 100001 10011001 0 1010110 100010 1001 101000100 1010000 110100

Color Harmonies of #E72199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72199

Black with #E72199

Text Example


Text Example

White with #E72199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72199; }

 p { color: rgb(231,33,153); }

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

background-color css

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

 a { background-color: rgb(231,33,153); }

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

border-color css

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

 span { border-color: rgb(231,33,153); }

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