#E27780

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

Shades of Froly #E27780

Tints of Froly #E27780

Color information

#E27780 (or 0xE27780) is unknown color: approx Froly. HEX triplet: E2, 77 and 80. RGB value is (226,119,128). Sum of RGB (Red+Green+Blue) = 226+119+128=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E27780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27780 is #1D887F. Grayscale: #989898. Windows color (decimal): -1935488 or 8419298. OLE color: 8419298.

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

Color convert

RGB226119128-
CMYK00.470.430.11
HSL354.95º64.85%67.65%-
HSV(B)354.95º47.35%88.63%-
XYZ41.8630.9224.18-
YUV152.02114.45180.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.78%
GREEN value IS 119 (46.88% from 255) = 25.16%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=47.78%
G=25.16%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611912800.470.430.11354.9564.8567.65
HexE2778002F2BB1634144
Octal3421672000575313543101104
Binary111000101110111100000000101111101011101110110001110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27780; }

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

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

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

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

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

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

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

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