Html Css Color HEX #EEA2FD Mauve

📋 copy color: '#EEA2FD'

red 238 ◦ green 162 ◦ blue 253

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

Shades of Mauve #EEA2FD

Tints of Mauve #EEA2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.74%

R = 36.45%
G = 24.81%
B = 38.74%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EEA2FD (or 0xEEA2FD) is known color: Mauve. HEX triplet: EE, A2 and FD. RGB value is (238,162,253). Sum of RGB (Red+Green+Blue) = 238+162+253=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 162 (63.67% from 255 or 24.81% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEA2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA2FD is #115D02. Grayscale: #C2C2C2. Windows color (decimal): -1137923 or 16622318. OLE color: 16622318.

HSL color Cylindrical-coordinate representation of color #EEA2FD: hue angle of 290.11º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEA2FD is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 162 253 -
CMYK 0.06 0.36 0 0.01
HSL 290.11º 0.96% 0.81% -
HSV(B) 290.11º 0.36% 0.99% -
XYZ 65.91 51.11 99.32 -
YUV 195.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 238 162 253 0.06 0.36 0 0.01 290.11 0.96 0.81
Hex EE A2 FD 6 24 0 1 122 60 51
Octal 356 242 375 6 44 0 1 442 140 121
Binary 11101110 10100010 11111101 110 100100 0 1 100100010 1100000 1010001

Color Harmonies of #EEA2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA2FD

Black with #EEA2FD

Text Example


Text Example

White with #EEA2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA2FD; }

 p { color: rgb(238,162,253); }

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

background-color css

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

 a { background-color: rgb(238,162,253); }

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

border-color css

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

 span { border-color: rgb(238,162,253); }

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