Html Css Color HEX #E72497 Persian Rose

📋 copy color: '#E72497'

red 231 ◦ green 36 ◦ blue 151

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

Shades of Persian Rose #E72497

Tints of Persian Rose #E72497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.12%

R = 55.26%
G = 8.61%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E72497 (or 0xE72497) is known color: Persian Rose. HEX triplet: E7, 24 and 97. RGB value is (231,36,151). Sum of RGB (Red+Green+Blue) = 231+36+151=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E72497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72497 is #18DB68. Grayscale: #6B6B6B. Windows color (decimal): -1629033 or 9905383. OLE color: 9905383.

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

Color convert

RGB 231 36 151 -
CMYK 0 0.84 0.35 0.09
HSL 324.62º 0.8% 0.52% -
HSV(B) 324.62º 0.84% 0.91% -
XYZ 39.17 20.49 31.17 -
YUV 107.42 152.6 216.15 -
System Red Green Blue C M Y K H S L
Decimal 231 36 151 0 0.84 0.35 0.09 324.62 0.8 0.52
Hex E7 24 97 0 54 23 9 145 50 34
Octal 347 44 227 0 124 43 11 505 120 64
Binary 11100111 100100 10010111 0 1010100 100011 1001 101000101 1010000 110100

Color Harmonies of #E72497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72497

Black with #E72497

Text Example


Text Example

White with #E72497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72497; }

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

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

background-color css

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

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

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

border-color css

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

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

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