#E27E82

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

Shades of Froly #E27E82

Tints of Froly #E27E82

Color information

#E27E82 (or 0xE27E82) is unknown color: approx Froly. HEX triplet: E2, 7E and 82. RGB value is (226,126,130). Sum of RGB (Red+Green+Blue) = 226+126+130=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E27E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27E82 is #1D817D. Grayscale: #9C9C9C. Windows color (decimal): -1933694 or 8552162. OLE color: 8552162.

HSL color Cylindrical-coordinate representation of color #E27E82: hue angle of 357.6º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27E82 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB226126130-
CMYK00.440.420.11
HSL357.6º63.29%69.02%-
HSV(B)357.6º44.25%88.63%-
XYZ42.8532.725.17-
YUV156.36113.13177.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.89%
GREEN value IS 126 (49.61% from 255) = 26.14%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=46.89%
G=26.14%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612613000.440.420.11357.663.2969.02
HexE27E8202C2AB1663f45
Octal342176202054521354677105
Binary11100010111111010000010010110010101010111011001101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27E82; }

 p { color: rgb(226,126,130); }

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

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

 a { background-color: rgb(226,126,130); }

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

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

 span { border-color: rgb(226,126,130); }

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