#E17279

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

Shades of Froly #E17279

Tints of Froly #E17279

Color information

#E17279 (or 0xE17279) is unknown color: approx Froly. HEX triplet: E1, 72 and 79. RGB value is (225,114,121). Sum of RGB (Red+Green+Blue) = 225+114+121=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E17279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17279 is #1E8D86. Grayscale: #949494. Windows color (decimal): -2002311 or 7959265. OLE color: 7959265.

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

Color convert

RGB225114121-
CMYK00.490.460.12
HSL356.22º64.91%66.47%-
HSV(B)356.22º49.33%88.24%-
XYZ40.5229.4221.63-
YUV147.99112.77182.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.91%
GREEN value IS 114 (44.92% from 255) = 24.78%
BLUE value IS 121 (47.66% from 255) = 26.30%
R=48.91%
G=24.78%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511412100.490.460.12356.2264.9166.47
HexE172790312EC1644142
Octal3411621710615614544101102
Binary11100001111001011110010110001101110110010110010010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17279; }

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

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

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

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

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

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

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

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