Html Css Color HEX #E0A5FC Mauve

📋 copy color: '#E0A5FC'

red 224 ◦ green 165 ◦ blue 252

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

Shades of Mauve #E0A5FC

Tints of Mauve #E0A5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.31%

R = 34.95%
G = 25.74%
B = 39.31%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E0A5FC (or 0xE0A5FC) is known color: Mauve. HEX triplet: E0, A5 and FC. RGB value is (224,165,252). Sum of RGB (Red+Green+Blue) = 224+165+252=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 165 (64.84% from 255 or 25.74% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0A5FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A5FC is #1F5A03. Grayscale: #C0C0C0. Windows color (decimal): -2054660 or 16557536. OLE color: 16557536.

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

Color convert

RGB 224 165 252 -
CMYK 0.11 0.35 0 0.01
HSL 280.69º 0.94% 0.82% -
HSV(B) 280.69º 0.35% 0.99% -
XYZ 61.77 49.79 98.45 -
YUV 192.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 224 165 252 0.11 0.35 0 0.01 280.69 0.94 0.82
Hex E0 A5 FC B 23 0 1 119 5E 52
Octal 340 245 374 13 43 0 1 431 136 122
Binary 11100000 10100101 11111100 1011 100011 0 1 100011001 1011110 1010010

Color Harmonies of #E0A5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A5FC

Black with #E0A5FC

Text Example


Text Example

White with #E0A5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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