#E992A2

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

Shades of Mauvelous #E992A2

Tints of Mauvelous #E992A2

Color information

#E992A2 (or 0xE992A2) is unknown color: approx Mauvelous. HEX triplet: E9, 92 and A2. RGB value is (233,146,162). Sum of RGB (Red+Green+Blue) = 233+146+162=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E992A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E992A2 is #166D5D. Grayscale: #ADADAD. Windows color (decimal): -1469790 or 10654441. OLE color: 10654441.

HSL color Cylindrical-coordinate representation of color #E992A2: hue angle of 348.97º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E992A2 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB233146162-
CMYK00.370.300.09
HSL348.97º66.41%74.31%-
HSV(B)348.97º37.34%91.37%-
XYZ50.440.4939.34-
YUV173.84121.32170.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.07%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 162 (63.67% from 255) = 29.94%
R=43.07%
G=26.99%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314616200.370.300.09348.9766.4174.31
HexE992A20251E915d424a
Octal3512222420453611535102112
Binary111010011001001010100010010010111110100110101110110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E992A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E992A2; }

 p { color: rgb(233,146,162); }

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

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

 a { background-color: rgb(233,146,162); }

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

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

 span { border-color: rgb(233,146,162); }

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