Html Css Color HEX #E72999 Persian Rose

📋 copy color: '#E72999'

red 231 ◦ green 41 ◦ blue 153

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

Shades of Persian Rose #E72999

Tints of Persian Rose #E72999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.65%

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

R = 54.35%
G = 9.65%
B = 36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E72999 (or 0xE72999) is known color: Persian Rose. HEX triplet: E7, 29 and 99. RGB value is (231,41,153). Sum of RGB (Red+Green+Blue) = 231+41+153=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E72999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72999 is #18D666. Grayscale: #6E6E6E. Windows color (decimal): -1627751 or 10037735. OLE color: 10037735.

HSL color Cylindrical-coordinate representation of color #E72999: hue angle of 324.63º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72999 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 41 153 -
CMYK 0 0.82 0.34 0.09
HSL 324.63º 0.8% 0.53% -
HSV(B) 324.63º 0.82% 0.91% -
XYZ 39.5 20.87 32.08 -
YUV 110.58 151.95 213.89 -
System Red Green Blue C M Y K H S L
Decimal 231 41 153 0 0.82 0.34 0.09 324.63 0.8 0.53
Hex E7 29 99 0 52 22 9 145 50 35
Octal 347 51 231 0 122 42 11 505 120 65
Binary 11100111 101001 10011001 0 1010010 100010 1001 101000101 1010000 110101

Color Harmonies of #E72999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72999

Black with #E72999

Text Example


Text Example

White with #E72999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72999; }

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

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

background-color css

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

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

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

border-color css

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

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

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