#E1777F

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

Shades of Froly #E1777F

Tints of Froly #E1777F

Color information

#E1777F (or 0xE1777F) is unknown color: approx Froly. HEX triplet: E1, 77 and 7F. RGB value is (225,119,127). Sum of RGB (Red+Green+Blue) = 225+119+127=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E1777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1777F is #1E8880. Grayscale: #979797. Windows color (decimal): -2001025 or 8353761. OLE color: 8353761.

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

Color convert

RGB225119127-
CMYK00.470.440.12
HSL355.47º63.86%67.45%-
HSV(B)355.47º47.11%88.24%-
XYZ41.4830.7323.82-
YUV151.61114.12180.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 119 (46.88% from 255) = 25.27%
BLUE value IS 127 (50% from 255) = 26.96%
R=47.77%
G=25.27%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511912700.470.440.12355.4763.8667.45
HexE1777F02F2CC1634043
Octal3411671770575414543100103
Binary11100001111011111111110101111101100110010110001110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1777F; }

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

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

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

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

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

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

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

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