#e27577

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

Shades of Froly #E27577

Tints of Froly #E27577

Color information

#E27577 (or 0xE27577) is unknown color: approx Froly. HEX triplet: E2, 75 and 77. RGB value is (226,117,119). Sum of RGB (Red+Green+Blue) = 226+117+119=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E27577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27577 is #1D8A88. Grayscale: #959595. Windows color (decimal): -1936009 or 7828962. OLE color: 7828962.

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

Color convert

RGB226117119-
CMYK00.480.470.11
HSL358.9º65.27%67.25%-
HSV(B)358.9º48.23%88.63%-
XYZ41.0630.2221.12-
YUV149.82110.61182.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.92%
GREEN value IS 117 (46.09% from 255) = 25.32%
BLUE value IS 119 (46.88% from 255) = 25.76%
R=48.92%
G=25.32%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611711900.480.470.11358.965.2767.25
HexE275770302FB1674143
Octal3421651670605713547101103
Binary11100010111010111101110110000101111101110110011110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e27577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e27577; }

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

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

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

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

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

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

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

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