#E178C3

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

Shades of Persian Pink #E178C3

Tints of Persian Pink #E178C3

Color information

#E178C3 (or 0xE178C3) is unknown color: approx Persian Pink. HEX triplet: E1, 78 and C3. RGB value is (225,120,195). Sum of RGB (Red+Green+Blue) = 225+120+195=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E178C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178C3 is #1E873C. Grayscale: #9F9F9F. Windows color (decimal): -2000701 or 12810465. OLE color: 12810465.

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

Color convert

RGB225120195-
CMYK00.470.130.12
HSL317.14º63.64%67.65%-
HSV(B)317.14º46.67%88.24%-
XYZ47.6233.3855.56-
YUV159.94147.79174.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.67%
GREEN value IS 120 (47.27% from 255) = 22.22%
BLUE value IS 195 (76.56% from 255) = 36.11%
R=41.67%
G=22.22%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512019500.470.130.12317.1463.6467.65
HexE178C302FDC13d4044
Octal3411703030571514475100104
Binary1110000111110001100001101011111101110010011110110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E178C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E178C3; }

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

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

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

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

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

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

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

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