#E98082

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

Shades of Froly #E98082

Tints of Froly #E98082

Color information

#E98082 (or 0xE98082) is unknown color: approx Froly. HEX triplet: E9, 80 and 82. RGB value is (233,128,130). Sum of RGB (Red+Green+Blue) = 233+128+130=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E98082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98082 is #167F7D. Grayscale: #9F9F9F. Windows color (decimal): -1474430 or 8552681. OLE color: 8552681.

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

Color convert

RGB233128130-
CMYK00.450.440.09
HSL358.86º70.47%70.78%-
HSV(B)358.86º45.06%91.37%-
XYZ45.3534.3725.36-
YUV159.62111.29180.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.45%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=47.45%
G=26.07%
B=26.48%

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
Decimal23312813000.450.440.09358.8670.4770.78
HexE9808202D2C91674647
Octal3512002020555411547106107
Binary1110100110000000100000100101101101100100110110011110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98082; }

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

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

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

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

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

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

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

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