#E073AE

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

Shades of Persian Pink #E073AE

Tints of Persian Pink #E073AE

Color information

#E073AE (or 0xE073AE) is unknown color: approx Persian Pink. HEX triplet: E0, 73 and AE. RGB value is (224,115,174). Sum of RGB (Red+Green+Blue) = 224+115+174=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E073AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E073AE is #1F8C51. Grayscale: #9A9A9A. Windows color (decimal): -2067538 or 11432928. OLE color: 11432928.

HSL color Cylindrical-coordinate representation of color #E073AE: hue angle of 327.52º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E073AE is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224115174-
CMYK00.490.220.12
HSL327.52º63.74%66.47%-
HSV(B)327.52º48.66%87.84%-
XYZ44.5131.1643.71-
YUV154.32139.11177.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.66%
GREEN value IS 115 (45.31% from 255) = 22.42%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=43.66%
G=22.42%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411517400.490.220.12327.5263.7466.47
HexE073AE03116C1484042
Octal3401632560612614510100102
Binary11100000111001110101110011000110110110010100100010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E073AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E073AE; }

 p { color: rgb(224,115,174); }

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

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

 a { background-color: rgb(224,115,174); }

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

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

 span { border-color: rgb(224,115,174); }

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