#E17278

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

Shades of Froly #E17278

Tints of Froly #E17278

Color information

#E17278 (or 0xE17278) is unknown color: approx Froly. HEX triplet: E1, 72 and 78. RGB value is (225,114,120). Sum of RGB (Red+Green+Blue) = 225+114+120=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E17278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17278 is #1E8D87. Grayscale: #939393. Windows color (decimal): -2002312 or 7893729. OLE color: 7893729.

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

Color convert

RGB225114120-
CMYK00.490.470.12
HSL356.76º64.91%66.47%-
HSV(B)356.76º49.33%88.24%-
XYZ40.4629.421.31-
YUV147.87112.27183.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 114 (44.92% from 255) = 24.84%
BLUE value IS 120 (47.27% from 255) = 26.14%
R=49.02%
G=24.84%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511412000.490.470.12356.7664.9166.47
HexE172780312FC1654142
Octal3411621700615714545101102
Binary11100001111001011110000110001101111110010110010110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17278; }

 p { color: rgb(225,114,120); }

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

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

 a { background-color: rgb(225,114,120); }

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

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

 span { border-color: rgb(225,114,120); }

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