#E73AA8

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

Shades of Persian Rose #E73AA8

Tints of Persian Rose #E73AA8

Color information

#E73AA8 (or 0xE73AA8) is unknown color: approx Persian Rose. HEX triplet: E7, 3A and A8. RGB value is (231,58,168). Sum of RGB (Red+Green+Blue) = 231+58+168=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E73AA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73AA8 is #18C557. Grayscale: #7A7A7A. Windows color (decimal): -1623384 or 11025127. OLE color: 11025127.

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

Color convert

RGB23158168-
CMYK00.750.270.09
HSL321.85º78.28%56.67%-
HSV(B)321.85º74.89%90.59%-
XYZ41.5422.8439.27-
YUV122.27153.81205.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.55%
GREEN value IS 58 (23.05% from 255) = 12.69%
BLUE value IS 168 (66.02% from 255) = 36.76%
R=50.55%
G=12.69%
B=36.76%

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
Decimal2315816800.750.270.09321.8578.2856.67
HexE73AA804B1B91424e39
Octal347722500113331150211671
Binary1110011111101010101000010010111101110011010000101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73AA8; }

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

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

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

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

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

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

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

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