Html Css Color HEX #E2ADFD Mauve

📋 copy color: '#E2ADFD'

red 226 ◦ green 173 ◦ blue 253

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

Shades of Mauve #E2ADFD

Tints of Mauve #E2ADFD

RGB

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

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

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

R = 34.66%
G = 26.53%
B = 38.8%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2ADFD (or 0xE2ADFD) is known color: Mauve. HEX triplet: E2, AD and FD. RGB value is (226,173,253). Sum of RGB (Red+Green+Blue) = 226+173+253=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADFD is #1D5202. Grayscale: #C5C5C5. Windows color (decimal): -1921539 or 16625122. OLE color: 16625122.

HSL color Cylindrical-coordinate representation of color #E2ADFD: hue angle of 279.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2ADFD is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 173 253 -
CMYK 0.11 0.32 0 0.01
HSL 279.75º 0.95% 0.84% -
HSV(B) 279.75º 0.32% 0.99% -
XYZ 64.04 53.15 99.81 -
YUV 197.97 159.06 148 -
System Red Green Blue C M Y K H S L
Decimal 226 173 253 0.11 0.32 0 0.01 279.75 0.95 0.84
Hex E2 AD FD B 20 0 1 118 5F 54
Octal 342 255 375 13 40 0 1 430 137 124
Binary 11100010 10101101 11111101 1011 100000 0 1 100011000 1011111 1010100

Color Harmonies of #E2ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ADFD

Black with #E2ADFD

Text Example


Text Example

White with #E2ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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