#E178B0

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

Shades of Persian Pink #E178B0

Tints of Persian Pink #E178B0

Color information

#E178B0 (or 0xE178B0) is unknown color: approx Persian Pink. HEX triplet: E1, 78 and B0. RGB value is (225,120,176). Sum of RGB (Red+Green+Blue) = 225+120+176=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E178B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E178B0 is #1E874F. Grayscale: #9D9D9D. Windows color (decimal): -2000720 or 11565281. OLE color: 11565281.

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

Color convert

RGB225120176-
CMYK00.470.220.12
HSL328º63.64%67.65%-
HSV(B)328º46.67%88.24%-
XYZ45.632.5844.96-
YUV157.78138.29175.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 120 (47.27% from 255) = 23.03%
BLUE value IS 176 (69.14% from 255) = 33.78%
R=43.19%
G=23.03%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512017600.470.220.1232863.6467.65
HexE178B002F16C1484044
Octal3411702600572614510100104
Binary11100001111100010110000010111110110110010100100010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E178B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E178B0; }

 p { color: rgb(225,120,176); }

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

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

 a { background-color: rgb(225,120,176); }

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

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

 span { border-color: rgb(225,120,176); }

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