#EEAFF4

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

Shades of Mauve #EEAFF4

Tints of Mauve #EEAFF4

Color information

#EEAFF4 (or 0xEEAFF4) is unknown color: approx Mauve. HEX triplet: EE, AF and F4. RGB value is (238,175,244). Sum of RGB (Red+Green+Blue) = 238+175+244=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 175 (68.75% from 255 or 26.64% from 657); Blue value is 244 (95.70% from 255 or 37.14% from 657); Max value from RGB is 244 - color contains mainly: blue. Hex color #EEAFF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAFF4 is #11500B. Grayscale: #C9C9C9. Windows color (decimal): -1134604 or 16035822. OLE color: 16035822.

HSL color Cylindrical-coordinate representation of color #EEAFF4: hue angle of 294.78º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEAFF4 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238175244-
CMYK0.020.2800.04
HSL294.78º75.82%82.16%-
HSV(B)294.78º28.28%95.69%-
XYZ66.9255.3792.75-
YUV201.7151.87153.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.23%
GREEN value IS 175 (68.75% from 255) = 26.64%
BLUE value IS 244 (95.70% from 255) = 37.14%
R=36.23%
G=26.64%
B=37.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381752440.020.2800.04294.7875.8282.16
HexEEAFF421C041274c52
Octal35625736423404447114122
Binary1110111010101111111101001011100010010010011110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFF4; }

 p { color: rgb(238,175,244); }

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

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

 a { background-color: rgb(238,175,244); }

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

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

 span { border-color: rgb(238,175,244); }

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