#E97F82

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

Shades of Froly #E97F82

Tints of Froly #E97F82

Color information

#E97F82 (or 0xE97F82) is unknown color: approx Froly. HEX triplet: E9, 7F and 82. RGB value is (233,127,130). Sum of RGB (Red+Green+Blue) = 233+127+130=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E97F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97F82 is #16807D. Grayscale: #9F9F9F. Windows color (decimal): -1474686 or 8552425. OLE color: 8552425.

HSL color Cylindrical-coordinate representation of color #E97F82: hue angle of 358.3º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E97F82 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB233127130-
CMYK00.450.440.09
HSL358.3º70.67%70.59%-
HSV(B)358.3º45.49%91.37%-
XYZ45.2234.1125.32-
YUV159.04111.62180.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.55%
GREEN value IS 127 (50% from 255) = 25.92%
BLUE value IS 130 (51.17% from 255) = 26.53%
R=47.55%
G=25.92%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312713000.450.440.09358.370.6770.59
HexE97F8202D2C91664747
Octal3511772020555411546107107
Binary111010011111111100000100101101101100100110110011010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97F82; }

 p { color: rgb(233,127,130); }

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

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

 a { background-color: rgb(233,127,130); }

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

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

 span { border-color: rgb(233,127,130); }

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