Html Css Color HEX #E0A5FB Mauve

📋 copy color: '#E0A5FB'

red 224 ◦ green 165 ◦ blue 251

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

Shades of Mauve #E0A5FB

Tints of Mauve #E0A5FB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.78%

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

R = 35%
G = 25.78%
B = 39.22%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0A5FB (or 0xE0A5FB) is known color: Mauve. HEX triplet: E0, A5 and FB. RGB value is (224,165,251). Sum of RGB (Red+Green+Blue) = 224+165+251=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 165 (64.84% from 255 or 25.78% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0A5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A5FB is #1F5A04. Grayscale: #C0C0C0. Windows color (decimal): -2054661 or 16492000. OLE color: 16492000.

HSL color Cylindrical-coordinate representation of color #E0A5FB: hue angle of 281.16º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0A5FB is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 165 251 -
CMYK 0.11 0.34 0 0.02
HSL 281.16º 0.91% 0.82% -
HSV(B) 281.16º 0.34% 0.98% -
XYZ 61.61 49.72 97.62 -
YUV 192.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 224 165 251 0.11 0.34 0 0.02 281.16 0.91 0.82
Hex E0 A5 FB B 22 0 2 119 5B 52
Octal 340 245 373 13 42 0 2 431 133 122
Binary 11100000 10100101 11111011 1011 100010 0 10 100011001 1011011 1010010

Color Harmonies of #E0A5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A5FB

Black with #E0A5FB

Text Example


Text Example

White with #E0A5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A5FB; }

 p { color: rgb(224,165,251); }

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

background-color css

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

 a { background-color: rgb(224,165,251); }

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

border-color css

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

 span { border-color: rgb(224,165,251); }

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