Html Css Color HEX #E5ADF2 Mauve

📋 copy color: '#E5ADF2'

red 229 ◦ green 173 ◦ blue 242

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

Shades of Mauve #E5ADF2

Tints of Mauve #E5ADF2

RGB

 RED value IS 229 (89.84% from 255) = 35.56%

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

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

R = 35.56%
G = 26.86%
B = 37.58%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E5ADF2 (or 0xE5ADF2) is known color: Mauve. HEX triplet: E5, AD and F2. RGB value is (229,173,242). Sum of RGB (Red+Green+Blue) = 229+173+242=644 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.56% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ADF2 is #1A520D. Grayscale: #C5C5C5. Windows color (decimal): -1724942 or 15904229. OLE color: 15904229.

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

Color convert

RGB 229 173 242 -
CMYK 0.05 0.29 0 0.05
HSL 288.7º 0.73% 0.81% -
HSV(B) 288.7º 0.29% 0.95% -
XYZ 63.28 52.96 90.89 -
YUV 197.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 229 173 242 0.05 0.29 0 0.05 288.7 0.73 0.81
Hex E5 AD F2 5 1D 0 5 121 49 51
Octal 345 255 362 5 35 0 5 441 111 121
Binary 11100101 10101101 11110010 101 11101 0 101 100100001 1001001 1010001

Color Harmonies of #E5ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5ADF2

Black with #E5ADF2

Text Example


Text Example

White with #E5ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5ADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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