#EE8081

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

Shades of Froly #EE8081

Tints of Froly #EE8081

Color information

#EE8081 (or 0xEE8081) is unknown color: approx Froly. HEX triplet: EE, 80 and 81. RGB value is (238,128,129). Sum of RGB (Red+Green+Blue) = 238+128+129=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8081 is #117F7E. Grayscale: #A1A1A1. Windows color (decimal): -1146751 or 8487150. OLE color: 8487150.

HSL color Cylindrical-coordinate representation of color #EE8081: hue angle of 359.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE8081 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB238128129-
CMYK00.460.460.07
HSL359.45º76.39%71.76%-
HSV(B)359.45º46.22%93.33%-
XYZ46.9435.225.09-
YUV161109.94182.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.08%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 129 (50.78% from 255) = 26.06%
R=48.08%
G=25.86%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812812900.460.460.07359.4576.3971.76
HexEE808102E2E71674c48
Octal356200201056567547114110
Binary111011101000000010000001010111010111011110110011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8081; }

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

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

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

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

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

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

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

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