#e17b80

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

Shades of Froly #E17B80

Tints of Froly #E17B80

Color information

#E17B80 (or 0xE17B80) is unknown color: approx Froly. HEX triplet: E1, 7B and 80. RGB value is (225,123,128). Sum of RGB (Red+Green+Blue) = 225+123+128=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E17B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17B80 is #1E847F. Grayscale: #9A9A9A. Windows color (decimal): -2000000 or 8420321. OLE color: 8420321.

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

Color convert

RGB225123128-
CMYK00.450.430.12
HSL357.06º62.96%68.24%-
HSV(B)357.06º45.33%88.24%-
XYZ42.0331.7324.33-
YUV154.07113.29178.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.27%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=47.27%
G=25.84%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512312800.450.430.12357.0662.9668.24
HexE17B8002D2BC1653f44
Octal341173200055531454577104
Binary11100001111101110000000010110110101111001011001011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e17b80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e17b80; }

 p { color: rgb(225,123,128); }

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

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

 a { background-color: rgb(225,123,128); }

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

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

 span { border-color: rgb(225,123,128); }

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