#E17ABD

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

Shades of Persian Pink #E17ABD

Tints of Persian Pink #E17ABD

Color information

#E17ABD (or 0xE17ABD) is unknown color: approx Persian Pink. HEX triplet: E1, 7A and BD. RGB value is (225,122,189). Sum of RGB (Red+Green+Blue) = 225+122+189=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ABD is #1E8542. Grayscale: #A0A0A0. Windows color (decimal): -2000195 or 12417761. OLE color: 12417761.

HSL color Cylindrical-coordinate representation of color #E17ABD: hue angle of 320.97º degrees, saturation: 0.63, 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 #E17ABD is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225122189-
CMYK00.460.160.12
HSL320.97º63.19%68.04%-
HSV(B)320.97º45.78%88.24%-
XYZ47.233.652.14-
YUV160.43144.12174.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.98%
GREEN value IS 122 (48.05% from 255) = 22.76%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=41.98%
G=22.76%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512218900.460.160.12320.9763.1968.04
HexE17ABD02E10C1413f44
Octal341172275056201450177104
Binary1110000111110101011110101011101000011001010000011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17ABD; }

 p { color: rgb(225,122,189); }

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

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

 a { background-color: rgb(225,122,189); }

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

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

 span { border-color: rgb(225,122,189); }

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