#E17780

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

Shades of Froly #E17780

Tints of Froly #E17780

Color information

#E17780 (or 0xE17780) is unknown color: approx Froly. HEX triplet: E1, 77 and 80. RGB value is (225,119,128). Sum of RGB (Red+Green+Blue) = 225+119+128=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E17780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17780 is #1E887F. Grayscale: #979797. Windows color (decimal): -2001024 or 8419297. OLE color: 8419297.

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

Color convert

RGB225119128-
CMYK00.470.430.12
HSL354.91º63.86%67.45%-
HSV(B)354.91º47.11%88.24%-
XYZ41.5430.7624.17-
YUV151.72114.62180.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.67%
GREEN value IS 119 (46.88% from 255) = 25.21%
BLUE value IS 128 (50.39% from 255) = 27.12%
R=47.67%
G=25.21%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511912800.470.430.12354.9163.8667.45
HexE1778002F2BC1634043
Octal3411672000575314543100103
Binary111000011110111100000000101111101011110010110001110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17780; }

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

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

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

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

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

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

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

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