#e27a81

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

Shades of Froly #E27A81

Tints of Froly #E27A81

Color information

#E27A81 (or 0xE27A81) is unknown color: approx Froly. HEX triplet: E2, 7A and 81. RGB value is (226,122,129). Sum of RGB (Red+Green+Blue) = 226+122+129=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27A81 is #1D857E. Grayscale: #999999. Windows color (decimal): -1934719 or 8485602. OLE color: 8485602.

HSL color Cylindrical-coordinate representation of color #E27A81: hue angle of 355.96º 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 #E27A81 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB226122129-
CMYK00.460.430.11
HSL355.96º64.2%68.24%-
HSV(B)355.96º46.02%88.63%-
XYZ42.2931.6724.65-
YUV153.89113.96179.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.38%
GREEN value IS 122 (48.05% from 255) = 25.58%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=47.38%
G=25.58%
B=27.04%

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
Decimal22612212900.460.430.11355.9664.268.24
HexE27A8102E2BB1644044
Octal3421722010565313544100104
Binary111000101111010100000010101110101011101110110010010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e27a81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e27a81; }

 p { color: rgb(226,122,129); }

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

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

 a { background-color: rgb(226,122,129); }

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

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

 span { border-color: rgb(226,122,129); }

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