#E73EAB

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

Shades of Persian Rose #E73EAB

Tints of Persian Rose #E73EAB

Color information

#E73EAB (or 0xE73EAB) is unknown color: approx Persian Rose. HEX triplet: E7, 3E and AB. RGB value is (231,62,171). Sum of RGB (Red+Green+Blue) = 231+62+171=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E73EAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73EAB is #18C154. Grayscale: #7C7C7C. Windows color (decimal): -1622357 or 11222759. OLE color: 11222759.

HSL color Cylindrical-coordinate representation of color #E73EAB: hue angle of 321.3º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E73EAB is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB23162171-
CMYK00.730.260.09
HSL321.3º77.88%57.45%-
HSV(B)321.3º73.16%90.59%-
XYZ42.0323.3740.82-
YUV124.96153.99203.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.78%
GREEN value IS 62 (24.61% from 255) = 13.36%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=49.78%
G=13.36%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316217100.730.260.09321.377.8857.45
HexE73EAB0491A91414e39
Octal347762530111321150111671
Binary1110011111111010101011010010011101010011010000011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73EAB; }

 p { color: rgb(231,62,171); }

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

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

 a { background-color: rgb(231,62,171); }

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

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

 span { border-color: rgb(231,62,171); }

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