#E1707F

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

Shades of Froly #E1707F

Tints of Froly #E1707F

Color information

#E1707F (or 0xE1707F) is unknown color: approx Froly. HEX triplet: E1, 70 and 7F. RGB value is (225,112,127). Sum of RGB (Red+Green+Blue) = 225+112+127=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1707F is #1E8F80. Grayscale: #939393. Windows color (decimal): -2002817 or 8351969. OLE color: 8351969.

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

Color convert

RGB225112127-
CMYK00.500.440.12
HSL352.04º65.32%66.08%-
HSV(B)352.04º50.22%88.24%-
XYZ40.6829.1323.56-
YUV147.5116.44183.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 112 (44.14% from 255) = 24.14%
BLUE value IS 127 (50% from 255) = 27.37%
R=48.49%
G=24.14%
B=27.37%

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
Decimal22511212700.500.440.12352.0465.3266.08
HexE1707F0322CC1604142
Octal3411601770625414540101102
Binary11100001111000011111110110010101100110010110000010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1707F; }

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

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

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

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

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

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

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

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