#E97A82

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

Shades of Froly #E97A82

Tints of Froly #E97A82

Color information

#E97A82 (or 0xE97A82) is unknown color: approx Froly. HEX triplet: E9, 7A and 82. RGB value is (233,122,130). Sum of RGB (Red+Green+Blue) = 233+122+130=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97A82 is #16857D. Grayscale: #9C9C9C. Windows color (decimal): -1475966 or 8551145. OLE color: 8551145.

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

Color convert

RGB233122130-
CMYK00.480.440.09
HSL355.68º71.61%69.61%-
HSV(B)355.68º47.64%91.37%-
XYZ44.5932.8525.11-
YUV156.1113.27182.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.04%
GREEN value IS 122 (48.05% from 255) = 25.15%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=48.04%
G=25.15%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312213000.480.440.09355.6871.6169.61
HexE97A820302C91644846
Octal3511722020605411544110106
Binary111010011111010100000100110000101100100110110010010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97A82; }

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

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

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

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

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

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

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

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