#E27078

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

Shades of Froly #E27078

Tints of Froly #E27078

Color information

#E27078 (or 0xE27078) is unknown color: approx Froly. HEX triplet: E2, 70 and 78. RGB value is (226,112,120). Sum of RGB (Red+Green+Blue) = 226+112+120=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E27078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27078 is #1D8F87. Grayscale: #939393. Windows color (decimal): -1937288 or 7893218. OLE color: 7893218.

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

Color convert

RGB226112120-
CMYK00.500.470.11
HSL355.79º66.28%66.27%-
HSV(B)355.79º50.44%88.63%-
XYZ40.5529.1121.25-
YUV147112.77184.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.34%
GREEN value IS 112 (44.14% from 255) = 24.45%
BLUE value IS 120 (47.27% from 255) = 26.20%
R=49.34%
G=24.45%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611212000.500.470.11355.7966.2866.27
HexE270780322FB1644242
Octal3421601700625713544102102
Binary11100010111000011110000110010101111101110110010010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27078; }

 p { color: rgb(226,112,120); }

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

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

 a { background-color: rgb(226,112,120); }

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

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

 span { border-color: rgb(226,112,120); }

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