#E98081

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

Shades of Froly #E98081

Tints of Froly #E98081

Color information

#E98081 (or 0xE98081) is unknown color: approx Froly. HEX triplet: E9, 80 and 81. RGB value is (233,128,129). Sum of RGB (Red+Green+Blue) = 233+128+129=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E98081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98081 is #167F7E. Grayscale: #9F9F9F. Windows color (decimal): -1474431 or 8487145. OLE color: 8487145.

HSL color Cylindrical-coordinate representation of color #E98081: hue angle of 359.43º degrees, saturation: 0.7, 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 #E98081 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB233128129-
CMYK00.450.450.09
HSL359.43º70.47%70.78%-
HSV(B)359.43º45.06%91.37%-
XYZ45.2934.3525.01-
YUV159.51110.79180.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.55%
GREEN value IS 128 (50.39% from 255) = 26.12%
BLUE value IS 129 (50.78% from 255) = 26.33%
R=47.55%
G=26.12%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312812900.450.450.09359.4370.4770.78
HexE9808102D2D91674647
Octal3512002010555511547106107
Binary1110100110000000100000010101101101101100110110011110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98081; }

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

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

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

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

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

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

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

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