#E97D81

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

Shades of Froly #E97D81

Tints of Froly #E97D81

Color information

#E97D81 (or 0xE97D81) is unknown color: approx Froly. HEX triplet: E9, 7D and 81. RGB value is (233,125,129). Sum of RGB (Red+Green+Blue) = 233+125+129=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97D81 is #16827E. Grayscale: #9D9D9D. Windows color (decimal): -1475199 or 8486377. OLE color: 8486377.

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

Color convert

RGB233125129-
CMYK00.460.450.09
HSL357.78º71.05%70.2%-
HSV(B)357.78º46.35%91.37%-
XYZ44.933.5824.88-
YUV157.75111.78181.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.84%
GREEN value IS 125 (49.22% from 255) = 25.67%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=47.84%
G=25.67%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312512900.460.450.09357.7871.0570.2
HexE97D8102E2D91664746
Octal3511752010565511546107106
Binary111010011111101100000010101110101101100110110011010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97D81; }

 p { color: rgb(233,125,129); }

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

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

 a { background-color: rgb(233,125,129); }

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

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

 span { border-color: rgb(233,125,129); }

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