#EE8BAA

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

Shades of Mauvelous #EE8BAA

Tints of Mauvelous #EE8BAA

Color information

#EE8BAA (or 0xEE8BAA) is unknown color: approx Mauvelous. HEX triplet: EE, 8B and AA. RGB value is (238,139,170). Sum of RGB (Red+Green+Blue) = 238+139+170=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8BAA is #117455. Grayscale: #ACACAC. Windows color (decimal): -1143894 or 11176942. OLE color: 11176942.

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

Color convert

RGB238139170-
CMYK00.420.290.07
HSL341.21º74.44%73.92%-
HSV(B)341.21º41.6%93.33%-
XYZ51.7539.5442.94-
YUV172.14126.8174.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.51%
GREEN value IS 139 (54.69% from 255) = 25.41%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=43.51%
G=25.41%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813917000.420.290.07341.2174.4473.92
HexEE8BAA02A1D71554a4a
Octal356213252052357525112112
Binary11101110100010111010101001010101110111110101010110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8BAA; }

 p { color: rgb(238,139,170); }

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

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

 a { background-color: rgb(238,139,170); }

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

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

 span { border-color: rgb(238,139,170); }

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