#E73AA7

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

Shades of Persian Rose #E73AA7

Tints of Persian Rose #E73AA7

Color information

#E73AA7 (or 0xE73AA7) is unknown color: approx Persian Rose. HEX triplet: E7, 3A and A7. RGB value is (231,58,167). Sum of RGB (Red+Green+Blue) = 231+58+167=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E73AA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73AA7 is #18C558. Grayscale: #797979. Windows color (decimal): -1623385 or 10959591. OLE color: 10959591.

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

Color convert

RGB23158167-
CMYK00.750.280.09
HSL322.2º78.28%56.67%-
HSV(B)322.2º74.89%90.59%-
XYZ41.4422.8138.78-
YUV122.15153.31205.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.66%
GREEN value IS 58 (23.05% from 255) = 12.72%
BLUE value IS 167 (65.62% from 255) = 36.62%
R=50.66%
G=12.72%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2315816700.750.280.09322.278.2856.67
HexE73AA704B1C91424e39
Octal347722470113341150211671
Binary1110011111101010100111010010111110010011010000101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73AA7; }

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

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

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

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

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

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

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

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