Html Css Color HEX #E72297 Persian Rose

📋 copy color: '#E72297'

red 231 ◦ green 34 ◦ blue 151

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

Shades of Persian Rose #E72297

Tints of Persian Rose #E72297

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.17%

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

R = 55.53%
G = 8.17%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E72297 (or 0xE72297) is known color: Persian Rose. HEX triplet: E7, 22 and 97. RGB value is (231,34,151). Sum of RGB (Red+Green+Blue) = 231+34+151=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E72297 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72297 is #18DD68. Grayscale: #696969. Windows color (decimal): -1629545 or 9904871. OLE color: 9904871.

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

Color convert

RGB 231 34 151 -
CMYK 0 0.85 0.35 0.09
HSL 324.37º 0.8% 0.52% -
HSV(B) 324.37º 0.85% 0.91% -
XYZ 39.11 20.37 31.15 -
YUV 106.24 153.27 216.99 -
System Red Green Blue C M Y K H S L
Decimal 231 34 151 0 0.85 0.35 0.09 324.37 0.8 0.52
Hex E7 22 97 0 55 23 9 144 50 34
Octal 347 42 227 0 125 43 11 504 120 64
Binary 11100111 100010 10010111 0 1010101 100011 1001 101000100 1010000 110100

Color Harmonies of #E72297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72297

Black with #E72297

Text Example


Text Example

White with #E72297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72297; }

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

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

background-color css

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

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

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

border-color css

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

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

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