#E27980

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

Shades of Froly #E27980

Tints of Froly #E27980

Color information

#E27980 (or 0xE27980) is unknown color: approx Froly. HEX triplet: E2, 79 and 80. RGB value is (226,121,128). Sum of RGB (Red+Green+Blue) = 226+121+128=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E27980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27980 is #1D867F. Grayscale: #999999. Windows color (decimal): -1934976 or 8419810. OLE color: 8419810.

HSL color Cylindrical-coordinate representation of color #E27980: hue angle of 356º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27980 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB226121128-
CMYK00.460.430.11
HSL356º64.42%68.04%-
HSV(B)356º46.46%88.63%-
XYZ42.131.424.26-
YUV153.19113.79179.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.58%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=47.58%
G=25.47%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612112800.460.430.1135664.4268.04
HexE2798002E2BB1644044
Octal3421712000565313544100104
Binary111000101111001100000000101110101011101110110010010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27980; }

 p { color: rgb(226,121,128); }

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

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

 a { background-color: rgb(226,121,128); }

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

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

 span { border-color: rgb(226,121,128); }

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