#E72EA8

Color #E72EA8 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #E72EA8

Tints of Persian Rose #E72EA8

Color information

#E72EA8 (or 0xE72EA8) is unknown color: approx Persian Rose. HEX triplet: E7, 2E and A8. RGB value is (231,46,168). Sum of RGB (Red+Green+Blue) = 231+46+168=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E72EA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72EA8 is #18D157. Grayscale: #727272. Windows color (decimal): -1626456 or 11022055. OLE color: 11022055.

HSL color Cylindrical-coordinate representation of color #E72EA8: hue angle of 320.43º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E72EA8 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB23146168-
CMYK00.800.270.09
HSL320.43º79.4%54.31%-
HSV(B)320.43º80.09%90.59%-
XYZ4121.7739.09-
YUV115.22157.79210.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.91%
GREEN value IS 46 (18.36% from 255) = 10.34%
BLUE value IS 168 (66.02% from 255) = 37.75%
R=51.91%
G=10.34%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314616800.800.270.09320.4379.454.31
HexE72EA80501B91404f36
Octal347562500120331150011766
Binary1110011110111010101000010100001101110011010000001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72EA8; }

 p { color: rgb(231,46,168); }

 H1.HeaderClassName
 {
   color: #E72EA8;
 }
 .AnyTagClassName
 {
   color: #E72EA8;
 }
</style>
background-color css

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

 a { background-color: rgb(231,46,168); }

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

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

 span { border-color: rgb(231,46,168); }

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