#E47276

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

Shades of Froly #E47276

Tints of Froly #E47276

Color information

#E47276 (or 0xE47276) is unknown color: approx Froly. HEX triplet: E4, 72 and 76. RGB value is (228,114,118). Sum of RGB (Red+Green+Blue) = 228+114+118=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E47276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47276 is #1B8D89. Grayscale: #949494. Windows color (decimal): -1805706 or 7762660. OLE color: 7762660.

HSL color Cylindrical-coordinate representation of color #E47276: hue angle of 357.89º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E47276 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB228114118-
CMYK00.500.480.11
HSL357.89º67.86%67.06%-
HSV(B)357.89º50%89.41%-
XYZ41.2829.8420.72-
YUV148.54110.77184.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.57%
GREEN value IS 114 (44.92% from 255) = 24.78%
BLUE value IS 118 (46.48% from 255) = 25.65%
R=49.57%
G=24.78%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811411800.500.480.11357.8967.8667.06
HexE4727603230B1664443
Octal3441621660626013546104103
Binary11100100111001011101100110010110000101110110011010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47276; }

 p { color: rgb(228,114,118); }

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

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

 a { background-color: rgb(228,114,118); }

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

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

 span { border-color: rgb(228,114,118); }

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