Html Css Color HEX #E0ACFA Mauve

📋 copy color: '#E0ACFA'

red 224 ◦ green 172 ◦ blue 250

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

Shades of Mauve #E0ACFA

Tints of Mauve #E0ACFA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.63%

 BLUE value IS 250 (98.05% from 255) = 38.7%

R = 34.67%
G = 26.63%
B = 38.7%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0ACFA (or 0xE0ACFA) is known color: Mauve. HEX triplet: E0, AC and FA. RGB value is (224,172,250). Sum of RGB (Red+Green+Blue) = 224+172+250=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0ACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ACFA is #1F5305. Grayscale: #C4C4C4. Windows color (decimal): -2052870 or 16428256. OLE color: 16428256.

HSL color Cylindrical-coordinate representation of color #E0ACFA: hue angle of 280º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0ACFA is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 172 250 -
CMYK 0.10 0.31 0 0.02
HSL 280º 0.89% 0.83% -
HSV(B) 280º 0.31% 0.98% -
XYZ 62.75 52.25 97.22 -
YUV 196.44 158.23 147.66 -
System Red Green Blue C M Y K H S L
Decimal 224 172 250 0.10 0.31 0 0.02 280 0.89 0.83
Hex E0 AC FA A 1F 0 2 118 59 53
Octal 340 254 372 12 37 0 2 430 131 123
Binary 11100000 10101100 11111010 1010 11111 0 10 100011000 1011001 1010011

Color Harmonies of #E0ACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ACFA

Black with #E0ACFA

Text Example


Text Example

White with #E0ACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ACFA; }

 p { color: rgb(224,172,250); }

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

background-color css

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

 a { background-color: rgb(224,172,250); }

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

border-color css

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

 span { border-color: rgb(224,172,250); }

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