#EE94A3

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

Shades of Mauvelous #EE94A3

Tints of Mauvelous #EE94A3

Color information

#EE94A3 (or 0xEE94A3) is unknown color: approx Mauvelous. HEX triplet: EE, 94 and A3. RGB value is (238,148,163). Sum of RGB (Red+Green+Blue) = 238+148+163=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EE94A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE94A3 is #116B5C. Grayscale: #B0B0B0. Windows color (decimal): -1141597 or 10720494. OLE color: 10720494.

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

Color convert

RGB238148163-
CMYK00.380.320.07
HSL350º72.58%75.69%-
HSV(B)350º37.82%93.33%-
XYZ52.464239.99-
YUV176.62120.32171.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.35%
GREEN value IS 148 (58.20% from 255) = 26.96%
BLUE value IS 163 (64.06% from 255) = 29.69%
R=43.35%
G=26.96%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814816300.380.320.0735072.5875.69
HexEE94A302620715e494c
Octal356224243046407536111114
Binary111011101001010010100011010011010000011110101111010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE94A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE94A3; }

 p { color: rgb(238,148,163); }

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

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

 a { background-color: rgb(238,148,163); }

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

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

 span { border-color: rgb(238,148,163); }

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