#E72499

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

Shades of Persian Rose #E72499

Tints of Persian Rose #E72499

Color information

#E72499 (or 0xE72499) is unknown color: approx Persian Rose. HEX triplet: E7, 24 and 99. RGB value is (231,36,153). Sum of RGB (Red+Green+Blue) = 231+36+153=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E72499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72499 is #18DB66. Grayscale: #6B6B6B. Windows color (decimal): -1629031 or 10036455. OLE color: 10036455.

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

Color convert

RGB23136153-
CMYK00.840.340.09
HSL324º80.25%52.35%-
HSV(B)324º84.42%90.59%-
XYZ39.3420.5532.03-
YUV107.64153.6215.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55%
GREEN value IS 36 (14.45% from 255) = 8.57%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=55%
G=8.57%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313615300.840.340.0932480.2552.35
HexE724990542291445034
Octal347442310124421150412064
Binary11100111100100100110010101010010001010011010001001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72499; }

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

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

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

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

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

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

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

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