#E73AAA

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

Shades of Persian Rose #E73AAA

Tints of Persian Rose #E73AAA

Color information

#E73AAA (or 0xE73AAA) is unknown color: approx Persian Rose. HEX triplet: E7, 3A and AA. RGB value is (231,58,170). Sum of RGB (Red+Green+Blue) = 231+58+170=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E73AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73AAA is #18C555. Grayscale: #7A7A7A. Windows color (decimal): -1623382 or 11156199. OLE color: 11156199.

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

Color convert

RGB23158170-
CMYK00.750.260.09
HSL321.16º78.28%56.67%-
HSV(B)321.16º74.89%90.59%-
XYZ41.7222.9240.25-
YUV122.5154.81205.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.33%
GREEN value IS 58 (23.05% from 255) = 12.64%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=50.33%
G=12.64%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2315817000.750.260.09321.1678.2856.67
HexE73AAA04B1A91414e39
Octal347722520113321150111671
Binary1110011111101010101010010010111101010011010000011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73AAA; }

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

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

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

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

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

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

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

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