#E1717F

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

Shades of Froly #E1717F

Tints of Froly #E1717F

Color information

#E1717F (or 0xE1717F) is unknown color: approx Froly. HEX triplet: E1, 71 and 7F. RGB value is (225,113,127). Sum of RGB (Red+Green+Blue) = 225+113+127=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E1717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1717F is #1E8E80. Grayscale: #949494. Windows color (decimal): -2002561 or 8352225. OLE color: 8352225.

HSL color Cylindrical-coordinate representation of color #E1717F: hue angle of 352.5º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1717F is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB225113127-
CMYK00.500.440.12
HSL352.5º65.12%66.27%-
HSV(B)352.5º49.78%88.24%-
XYZ40.7929.3523.59-
YUV148.08116.11182.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.39%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 127 (50% from 255) = 27.31%
R=48.39%
G=24.30%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511312700.500.440.12352.565.1266.27
HexE1717F0322CC1604142
Octal3411611770625414540101102
Binary11100001111000111111110110010101100110010110000010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1717F; }

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

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

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

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

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

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

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

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