Html Css Color HEX #E2ADFB Mauve

📋 copy color: '#E2ADFB'

red 226 ◦ green 173 ◦ blue 251

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

Shades of Mauve #E2ADFB

Tints of Mauve #E2ADFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.62%

R = 34.77%
G = 26.62%
B = 38.62%

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

#E2ADFB (or 0xE2ADFB) is known color: Mauve. HEX triplet: E2, AD and FB. RGB value is (226,173,251). Sum of RGB (Red+Green+Blue) = 226+173+251=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADFB is #1D5204. Grayscale: #C5C5C5. Windows color (decimal): -1921541 or 16494050. OLE color: 16494050.

HSL color Cylindrical-coordinate representation of color #E2ADFB: hue angle of 280.77º degrees, saturation: 0.91, 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 #E2ADFB is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 173 251 -
CMYK 0.10 0.31 0 0.02
HSL 280.77º 0.91% 0.83% -
HSV(B) 280.77º 0.31% 0.98% -
XYZ 63.72 53.02 98.14 -
YUV 197.74 158.06 148.16 -
System Red Green Blue C M Y K H S L
Decimal 226 173 251 0.10 0.31 0 0.02 280.77 0.91 0.83
Hex E2 AD FB A 1F 0 2 119 5B 53
Octal 342 255 373 12 37 0 2 431 133 123
Binary 11100010 10101101 11111011 1010 11111 0 10 100011001 1011011 1010011

Color Harmonies of #E2ADFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ADFB

Black with #E2ADFB

Text Example


Text Example

White with #E2ADFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ADFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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