Html Css Color HEX #E0ABF2 Mauve

📋 copy color: '#E0ABF2'

red 224 ◦ green 171 ◦ blue 242

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

Shades of Mauve #E0ABF2

Tints of Mauve #E0ABF2

RGB

 RED value IS 224 (87.89% from 255) = 35.16%

 GREEN value IS 171 (67.19% from 255) = 26.84%

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

R = 35.16%
G = 26.84%
B = 37.99%

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

#E0ABF2 (or 0xE0ABF2) is known color: Mauve. HEX triplet: E0, AB and F2. RGB value is (224,171,242). Sum of RGB (Red+Green+Blue) = 224+171+242=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #E0ABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABF2 is #1F540D. Grayscale: #C2C2C2. Windows color (decimal): -2053134 or 15903712. OLE color: 15903712.

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

Color convert

RGB 224 171 242 -
CMYK 0.07 0.29 0 0.05
HSL 284.79º 0.73% 0.81% -
HSV(B) 284.79º 0.29% 0.95% -
XYZ 61.33 51.38 90.69 -
YUV 194.94 154.56 148.73 -
System Red Green Blue C M Y K H S L
Decimal 224 171 242 0.07 0.29 0 0.05 284.79 0.73 0.81
Hex E0 AB F2 7 1D 0 5 11D 49 51
Octal 340 253 362 7 35 0 5 435 111 121
Binary 11100000 10101011 11110010 111 11101 0 101 100011101 1001001 1010001

Color Harmonies of #E0ABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ABF2

Black with #E0ABF2

Text Example


Text Example

White with #E0ABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ABF2; }

 p { color: rgb(224,171,242); }

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

background-color css

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

 a { background-color: rgb(224,171,242); }

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

border-color css

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

 span { border-color: rgb(224,171,242); }

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