#E073AD

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

Shades of Persian Pink #E073AD

Tints of Persian Pink #E073AD

Color information

#E073AD (or 0xE073AD) is unknown color: approx Persian Pink. HEX triplet: E0, 73 and AD. RGB value is (224,115,173). Sum of RGB (Red+Green+Blue) = 224+115+173=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E073AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E073AD is #1F8C52. Grayscale: #9A9A9A. Windows color (decimal): -2067539 or 11367392. OLE color: 11367392.

HSL color Cylindrical-coordinate representation of color #E073AD: hue angle of 328.07º 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 #E073AD is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224115173-
CMYK00.490.230.12
HSL328.07º63.74%66.47%-
HSV(B)328.07º48.66%87.84%-
XYZ44.4131.1343.2-
YUV154.2138.61177.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.75%
GREEN value IS 115 (45.31% from 255) = 22.46%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=43.75%
G=22.46%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411517300.490.230.12328.0763.7466.47
HexE073AD03117C1484042
Octal3401632550612714510100102
Binary11100000111001110101101011000110111110010100100010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E073AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E073AD; }

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

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

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

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

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

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

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

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