Html Css Color HEX #E9ADF2 Mauve

📋 copy color: '#E9ADF2'

red 233 ◦ green 173 ◦ blue 242

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

Shades of Mauve #E9ADF2

Tints of Mauve #E9ADF2

RGB

 RED value IS 233 (91.41% from 255) = 35.96%

 GREEN value IS 173 (67.97% from 255) = 26.7%

 BLUE value IS 242 (94.92% from 255) = 37.35%

R = 35.96%
G = 26.7%
B = 37.35%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9ADF2 (or 0xE9ADF2) is known color: Mauve. HEX triplet: E9, AD and F2. RGB value is (233,173,242). Sum of RGB (Red+Green+Blue) = 233+173+242=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9ADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ADF2 is #16520D. Grayscale: #C6C6C6. Windows color (decimal): -1462798 or 15904233. OLE color: 15904233.

HSL color Cylindrical-coordinate representation of color #E9ADF2: hue angle of 292.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9ADF2 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 173 242 -
CMYK 0.04 0.29 0 0.05
HSL 292.17º 0.73% 0.81% -
HSV(B) 292.17º 0.29% 0.95% -
XYZ 64.57 53.62 90.95 -
YUV 198.81 152.38 152.39 -
System Red Green Blue C M Y K H S L
Decimal 233 173 242 0.04 0.29 0 0.05 292.17 0.73 0.81
Hex E9 AD F2 4 1D 0 5 124 49 51
Octal 351 255 362 4 35 0 5 444 111 121
Binary 11101001 10101101 11110010 100 11101 0 101 100100100 1001001 1010001

Color Harmonies of #E9ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9ADF2

Black with #E9ADF2

Text Example


Text Example

White with #E9ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9ADF2; }

 p { color: rgb(233,173,242); }

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

background-color css

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

 a { background-color: rgb(233,173,242); }

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

border-color css

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

 span { border-color: rgb(233,173,242); }

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