#E178B1

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

Shades of Persian Pink #E178B1

Tints of Persian Pink #E178B1

Color information

#E178B1 (or 0xE178B1) is unknown color: approx Persian Pink. HEX triplet: E1, 78 and B1. RGB value is (225,120,177). Sum of RGB (Red+Green+Blue) = 225+120+177=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E178B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E178B1 is #1E874E. Grayscale: #9D9D9D. Windows color (decimal): -2000719 or 11630817. OLE color: 11630817.

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

Color convert

RGB225120177-
CMYK00.470.210.12
HSL327.43º63.64%67.65%-
HSV(B)327.43º46.67%88.24%-
XYZ45.732.6145.48-
YUV157.89138.79175.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.10%
GREEN value IS 120 (47.27% from 255) = 22.99%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=43.10%
G=22.99%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512017700.470.210.12327.4363.6467.65
HexE178B102F15C1474044
Octal3411702610572514507100104
Binary11100001111100010110001010111110101110010100011110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E178B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E178B1; }

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

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

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

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

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

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

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

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