#e079ad

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

Shades of Persian Pink #E079AD

Tints of Persian Pink #E079AD

Color information

#E079AD (or 0xE079AD) is unknown color: approx Persian Pink. HEX triplet: E0, 79 and AD. RGB value is (224,121,173). Sum of RGB (Red+Green+Blue) = 224+121+173=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E079AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E079AD is #1F8652. Grayscale: #9D9D9D. Windows color (decimal): -2066003 or 11368928. OLE color: 11368928.

HSL color Cylindrical-coordinate representation of color #E079AD: hue angle of 329.71º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E079AD is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224121173-
CMYK00.460.230.12
HSL329.71º62.42%67.65%-
HSV(B)329.71º45.98%87.84%-
XYZ45.1232.5443.44-
YUV157.72136.62175.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.24%
GREEN value IS 121 (47.66% from 255) = 23.36%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=43.24%
G=23.36%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412117300.460.230.12329.7162.4267.65
HexE079AD02E17C14a3e44
Octal340171255056271451276104
Binary1110000011110011010110101011101011111001010010101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e079ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e079ad; }

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

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

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

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

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

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

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

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