#E178AC

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

Shades of Persian Pink #E178AC

Tints of Persian Pink #E178AC

Color information

#E178AC (or 0xE178AC) is unknown color: approx Persian Pink. HEX triplet: E1, 78 and AC. RGB value is (225,120,172). Sum of RGB (Red+Green+Blue) = 225+120+172=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E178AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E178AC is #1E8753. Grayscale: #9D9D9D. Windows color (decimal): -2000724 or 11303137. OLE color: 11303137.

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

Color convert

RGB225120172-
CMYK00.470.240.12
HSL330.29º63.64%67.65%-
HSV(B)330.29º46.67%88.24%-
XYZ45.2132.4242.9-
YUV157.32136.29176.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.52%
GREEN value IS 120 (47.27% from 255) = 23.21%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=43.52%
G=23.21%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512017200.470.240.12330.2963.6467.65
HexE178AC02F18C14a4044
Octal3411702540573014512100104
Binary11100001111100010101100010111111000110010100101010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E178AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E178AC; }

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

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

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

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

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

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

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

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