#E982AA

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

Shades of Mauvelous #E982AA

Tints of Mauvelous #E982AA

Color information

#E982AA (or 0xE982AA) is unknown color: approx Mauvelous. HEX triplet: E9, 82 and AA. RGB value is (233,130,170). Sum of RGB (Red+Green+Blue) = 233+130+170=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E982AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E982AA is #167D55. Grayscale: #A5A5A5. Windows color (decimal): -1473878 or 11174633. OLE color: 11174633.

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

Color convert

RGB233130170-
CMYK00.440.270.09
HSL336.7º70.07%71.18%-
HSV(B)336.7º44.21%91.37%-
XYZ48.8436.1942.44-
YUV165.36130.62176.25-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.71%
GREEN value IS 130 (51.17% from 255) = 24.39%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=43.71%
G=24.39%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313017000.440.270.09336.770.0771.18
HexE982AA02C1B91514647
Octal3512022520543311521106107
Binary111010011000001010101010010110011011100110101000110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E982AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E982AA; }

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

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

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

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

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

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

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

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