Html Css Color HEX #E2ADFA Mauve

📋 copy color: '#E2ADFA'

red 226 ◦ green 173 ◦ blue 250

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

Shades of Mauve #E2ADFA

Tints of Mauve #E2ADFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.52%

R = 34.82%
G = 26.66%
B = 38.52%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2ADFA (or 0xE2ADFA) is known color: Mauve. HEX triplet: E2, AD and FA. RGB value is (226,173,250). Sum of RGB (Red+Green+Blue) = 226+173+250=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADFA is #1D5205. Grayscale: #C5C5C5. Windows color (decimal): -1921542 or 16428514. OLE color: 16428514.

HSL color Cylindrical-coordinate representation of color #E2ADFA: hue angle of 281.3º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2ADFA is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 173 250 -
CMYK 0.10 0.31 0 0.02
HSL 281.3º 0.89% 0.83% -
HSV(B) 281.3º 0.31% 0.98% -
XYZ 63.56 52.96 97.31 -
YUV 197.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 226 173 250 0.10 0.31 0 0.02 281.3 0.89 0.83
Hex E2 AD FA A 1F 0 2 119 59 53
Octal 342 255 372 12 37 0 2 431 131 123
Binary 11100010 10101101 11111010 1010 11111 0 10 100011001 1011001 1010011

Color Harmonies of #E2ADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ADFA

Black with #E2ADFA

Text Example


Text Example

White with #E2ADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ADFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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