Html Css Color HEX #EEAAFF Mauve

📋 copy color: '#EEAAFF'

red 238 ◦ green 170 ◦ blue 255

#EEAAFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #EEAAFF

Tints of Mauve #EEAAFF

RGB

 RED value IS 238 (93.36% from 255) = 35.9%

 GREEN value IS 170 (66.8% from 255) = 25.64%

 BLUE value IS 255 (100% from 255) = 38.46%

R = 35.9%
G = 25.64%
B = 38.46%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EEAAFF (or 0xEEAAFF) is known color: Mauve. HEX triplet: EE, AA and FF. RGB value is (238,170,255). Sum of RGB (Red+Green+Blue) = 238+170+255=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 170 (66.80% from 255 or 25.64% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEAAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAAFF is #115500. Grayscale: #C7C7C7. Windows color (decimal): -1135873 or 16755438. OLE color: 16755438.

HSL color Cylindrical-coordinate representation of color #EEAAFF: hue angle of 288º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEAAFF is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 238 170 255 -
CMYK 0.07 0.33 0 0
HSL 288º 1% 0.83% -
HSV(B) 288º 0.33% 1% -
XYZ 67.68 54.15 101.49 -
YUV 200.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 238 170 255 0.07 0.33 0 0 288 1 0.83
Hex EE AA FF 7 21 0 0 120 64 53
Octal 356 252 377 7 41 0 0 440 144 123
Binary 11101110 10101010 11111111 111 100001 0 0 100100000 1100100 1010011

Color Harmonies of #EEAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAAFF

Black with #EEAAFF

Text Example


Text Example

White with #EEAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAAFF; }

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

 H1.HeaderClassName
 {
   color: #EEAAFF;
 }
 .AnyTagClassName
 {
   color: #EEAAFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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