#E27276

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

Shades of Froly #E27276

Tints of Froly #E27276

Color information

#E27276 (or 0xE27276) is unknown color: approx Froly. HEX triplet: E2, 72 and 76. RGB value is (226,114,118). Sum of RGB (Red+Green+Blue) = 226+114+118=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E27276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27276 is #1D8D89. Grayscale: #949494. Windows color (decimal): -1936778 or 7762658. OLE color: 7762658.

HSL color Cylindrical-coordinate representation of color #E27276: hue angle of 357.86º degrees, saturation: 0.66, 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 #E27276 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB226114118-
CMYK00.500.480.11
HSL357.86º65.88%66.67%-
HSV(B)357.86º49.56%88.63%-
XYZ40.6529.5120.69-
YUV147.94111.11183.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.34%
GREEN value IS 114 (44.92% from 255) = 24.89%
BLUE value IS 118 (46.48% from 255) = 25.76%
R=49.34%
G=24.89%
B=25.76%

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
Decimal22611411800.500.480.11357.8665.8866.67
HexE2727603230B1664243
Octal3421621660626013546102103
Binary11100010111001011101100110010110000101110110011010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27276; }

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

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

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

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

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

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

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

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