#E73AA9

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

Shades of Persian Rose #E73AA9

Tints of Persian Rose #E73AA9

Color information

#E73AA9 (or 0xE73AA9) is unknown color: approx Persian Rose. HEX triplet: E7, 3A and A9. RGB value is (231,58,169). Sum of RGB (Red+Green+Blue) = 231+58+169=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E73AA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73AA9 is #18C556. Grayscale: #7A7A7A. Windows color (decimal): -1623383 or 11090663. OLE color: 11090663.

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

Color convert

RGB23158169-
CMYK00.750.270.09
HSL321.5º78.28%56.67%-
HSV(B)321.5º74.89%90.59%-
XYZ41.6322.8839.76-
YUV122.38154.31205.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.44%
GREEN value IS 58 (23.05% from 255) = 12.66%
BLUE value IS 169 (66.41% from 255) = 36.90%
R=50.44%
G=12.66%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2315816900.750.270.09321.578.2856.67
HexE73AA904B1B91424e39
Octal347722510113331150211671
Binary1110011111101010101001010010111101110011010000101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73AA9; }

 p { color: rgb(231,58,169); }

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

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

 a { background-color: rgb(231,58,169); }

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

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

 span { border-color: rgb(231,58,169); }

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