Html Css Color HEX #EEA0FB Mauve

📋 copy color: '#EEA0FB'

red 238 ◦ green 160 ◦ blue 251

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

Shades of Mauve #EEA0FB

Tints of Mauve #EEA0FB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.65%

 BLUE value IS 251 (98.44% from 255) = 38.67%

R = 36.67%
G = 24.65%
B = 38.67%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EEA0FB (or 0xEEA0FB) is known color: Mauve. HEX triplet: EE, A0 and FB. RGB value is (238,160,251). Sum of RGB (Red+Green+Blue) = 238+160+251=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 160 (62.89% from 255 or 24.65% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEA0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA0FB is #115F04. Grayscale: #C1C1C1. Windows color (decimal): -1138437 or 16490734. OLE color: 16490734.

HSL color Cylindrical-coordinate representation of color #EEA0FB: hue angle of 291.43º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEA0FB is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 160 251 -
CMYK 0.05 0.36 0 0.02
HSL 291.43º 0.92% 0.81% -
HSV(B) 291.43º 0.36% 0.98% -
XYZ 65.24 50.28 97.53 -
YUV 193.7 160.34 159.6 -
System Red Green Blue C M Y K H S L
Decimal 238 160 251 0.05 0.36 0 0.02 291.43 0.92 0.81
Hex EE A0 FB 5 24 0 2 123 5C 51
Octal 356 240 373 5 44 0 2 443 134 121
Binary 11101110 10100000 11111011 101 100100 0 10 100100011 1011100 1010001

Color Harmonies of #EEA0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA0FB

Black with #EEA0FB

Text Example


Text Example

White with #EEA0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA0FB; }

 p { color: rgb(238,160,251); }

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

background-color css

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

 a { background-color: rgb(238,160,251); }

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

border-color css

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

 span { border-color: rgb(238,160,251); }

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