Html Css Color HEX #E2ADF2 Mauve

📋 copy color: '#E2ADF2'

red 226 ◦ green 173 ◦ blue 242

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

Shades of Mauve #E2ADF2

Tints of Mauve #E2ADF2

RGB

 RED value IS 226 (88.67% from 255) = 35.26%

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

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

R = 35.26%
G = 26.99%
B = 37.75%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2ADF2 (or 0xE2ADF2) is known color: Mauve. HEX triplet: E2, AD and F2. RGB value is (226,173,242). Sum of RGB (Red+Green+Blue) = 226+173+242=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADF2 is #1D520D. Grayscale: #C4C4C4. Windows color (decimal): -1921550 or 15904226. OLE color: 15904226.

HSL color Cylindrical-coordinate representation of color #E2ADF2: hue angle of 286.09º 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 #E2ADF2 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 173 242 -
CMYK 0.07 0.29 0 0.05
HSL 286.09º 0.73% 0.81% -
HSV(B) 286.09º 0.29% 0.95% -
XYZ 62.33 52.47 90.85 -
YUV 196.71 153.56 148.89 -
System Red Green Blue C M Y K H S L
Decimal 226 173 242 0.07 0.29 0 0.05 286.09 0.73 0.81
Hex E2 AD F2 7 1D 0 5 11E 49 51
Octal 342 255 362 7 35 0 5 436 111 121
Binary 11100010 10101101 11110010 111 11101 0 101 100011110 1001001 1010001

Color Harmonies of #E2ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ADF2

Black with #E2ADF2

Text Example


Text Example

White with #E2ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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