Html Css Color HEX #EAA2FE Mauve

📋 copy color: '#EAA2FE'

red 234 ◦ green 162 ◦ blue 254

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

Shades of Mauve #EAA2FE

Tints of Mauve #EAA2FE

RGB

 RED value IS 234 (91.8% from 255) = 36%

 GREEN value IS 162 (63.67% from 255) = 24.92%

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

R = 36%
G = 24.92%
B = 39.08%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAA2FE (or 0xEAA2FE) is known color: Mauve. HEX triplet: EA, A2 and FE. RGB value is (234,162,254). Sum of RGB (Red+Green+Blue) = 234+162+254=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 162 (63.67% from 255 or 24.92% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAA2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA2FE is #155D01. Grayscale: #C1C1C1. Windows color (decimal): -1400066 or 16687850. OLE color: 16687850.

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

Color convert

RGB 234 162 254 -
CMYK 0.08 0.36 0 0.00
HSL 286.96º 0.98% 0.82% -
HSV(B) 286.96º 0.36% 1% -
XYZ 64.74 50.49 100.1 -
YUV 194.02 161.85 156.52 -
System Red Green Blue C M Y K H S L
Decimal 234 162 254 0.08 0.36 0 0.00 286.96 0.98 0.82
Hex EA A2 FE 8 24 0 0 11F 62 52
Octal 352 242 376 10 44 0 0 437 142 122
Binary 11101010 10100010 11111110 1000 100100 0 0 100011111 1100010 1010010

Color Harmonies of #EAA2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA2FE

Black with #EAA2FE

Text Example


Text Example

White with #EAA2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA2FE; }

 p { color: rgb(234,162,254); }

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

background-color css

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

 a { background-color: rgb(234,162,254); }

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

border-color css

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

 span { border-color: rgb(234,162,254); }

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