Html Css Color HEX #EEA0FE Mauve

📋 copy color: '#EEA0FE'

red 238 ◦ green 160 ◦ blue 254

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

Shades of Mauve #EEA0FE

Tints of Mauve #EEA0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.96%

R = 36.5%
G = 24.54%
B = 38.96%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EEA0FE (or 0xEEA0FE) is known color: Mauve. HEX triplet: EE, A0 and FE. RGB value is (238,160,254). Sum of RGB (Red+Green+Blue) = 238+160+254=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 160 (62.89% from 255 or 24.54% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEA0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA0FE is #115F01. Grayscale: #C1C1C1. Windows color (decimal): -1138434 or 16687342. OLE color: 16687342.

HSL color Cylindrical-coordinate representation of color #EEA0FE: hue angle of 289.79º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEA0FE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 160 254 -
CMYK 0.06 0.37 0 0.00
HSL 289.79º 0.98% 0.81% -
HSV(B) 289.79º 0.37% 1% -
XYZ 65.72 50.47 100.04 -
YUV 194.04 161.84 159.36 -
System Red Green Blue C M Y K H S L
Decimal 238 160 254 0.06 0.37 0 0.00 289.79 0.98 0.81
Hex EE A0 FE 6 25 0 0 122 62 51
Octal 356 240 376 6 45 0 0 442 142 121
Binary 11101110 10100000 11111110 110 100101 0 0 100100010 1100010 1010001

Color Harmonies of #EEA0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA0FE

Black with #EEA0FE

Text Example


Text Example

White with #EEA0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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