#E178A0

Color #E178A0 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E178A0

Tints of Pale Violet Red #E178A0

Color information

#E178A0 (or 0xE178A0) is unknown color: approx Pale Violet Red. HEX triplet: E1, 78 and A0. RGB value is (225,120,160). Sum of RGB (Red+Green+Blue) = 225+120+160=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E178A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E178A0 is #1E875F. Grayscale: #9B9B9B. Windows color (decimal): -2000736 or 10516705. OLE color: 10516705.

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

Color convert

RGB225120160-
CMYK00.470.290.12
HSL337.14º63.64%67.65%-
HSV(B)337.14º46.67%88.24%-
XYZ44.1131.9837.11-
YUV155.95130.29177.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.55%
GREEN value IS 120 (47.27% from 255) = 23.76%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=44.55%
G=23.76%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512016000.470.290.12337.1463.6467.65
HexE178A002F1DC1514044
Octal3411702400573514521100104
Binary11100001111100010100000010111111101110010101000110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E178A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E178A0; }

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

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

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

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

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

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

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

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