Html Css Color HEX #E0ABF0 Mauve

📋 copy color: '#E0ABF0'

red 224 ◦ green 171 ◦ blue 240

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

Shades of Mauve #E0ABF0

Tints of Mauve #E0ABF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.8%

R = 35.28%
G = 26.93%
B = 37.8%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0ABF0 (or 0xE0ABF0) is known color: Mauve. HEX triplet: E0, AB and F0. RGB value is (224,171,240). Sum of RGB (Red+Green+Blue) = 224+171+240=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0ABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABF0 is #1F540F. Grayscale: #C2C2C2. Windows color (decimal): -2053136 or 15772640. OLE color: 15772640.

HSL color Cylindrical-coordinate representation of color #E0ABF0: hue angle of 286.09º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0ABF0 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 171 240 -
CMYK 0.07 0.29 0 0.06
HSL 286.09º 0.7% 0.81% -
HSV(B) 286.09º 0.29% 0.94% -
XYZ 61.03 51.26 89.12 -
YUV 194.71 153.56 148.89 -
System Red Green Blue C M Y K H S L
Decimal 224 171 240 0.07 0.29 0 0.06 286.09 0.7 0.81
Hex E0 AB F0 7 1D 0 6 11E 46 51
Octal 340 253 360 7 35 0 6 436 106 121
Binary 11100000 10101011 11110000 111 11101 0 110 100011110 1000110 1010001

Color Harmonies of #E0ABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ABF0

Black with #E0ABF0

Text Example


Text Example

White with #E0ABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ABF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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