#E17FB1

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

Shades of Persian Pink #E17FB1

Tints of Persian Pink #E17FB1

Color information

#E17FB1 (or 0xE17FB1) is unknown color: approx Persian Pink. HEX triplet: E1, 7F and B1. RGB value is (225,127,177). Sum of RGB (Red+Green+Blue) = 225+127+177=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17FB1 is #1E804E. Grayscale: #A1A1A1. Windows color (decimal): -1998927 or 11632609. OLE color: 11632609.

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

Color convert

RGB225127177-
CMYK00.440.210.12
HSL329.39º62.03%69.02%-
HSV(B)329.39º43.56%88.24%-
XYZ46.5834.3645.77-
YUV162136.47172.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 127 (50% from 255) = 24.01%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=42.53%
G=24.01%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512717700.440.210.12329.3962.0369.02
HexE17FB102C15C1493e45
Octal341177261054251451176105
Binary1110000111111111011000101011001010111001010010011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17FB1; }

 p { color: rgb(225,127,177); }

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

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

 a { background-color: rgb(225,127,177); }

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

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

 span { border-color: rgb(225,127,177); }

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