Html Css Color HEX #E0B0FA Mauve

📋 copy color: '#E0B0FA'

red 224 ◦ green 176 ◦ blue 250

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

Shades of Mauve #E0B0FA

Tints of Mauve #E0B0FA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.08%

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

R = 34.46%
G = 27.08%
B = 38.46%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0B0FA (or 0xE0B0FA) is known color: Mauve. HEX triplet: E0, B0 and FA. RGB value is (224,176,250). Sum of RGB (Red+Green+Blue) = 224+176+250=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 176 (69.14% from 255 or 27.08% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B0FA is #1F4F05. Grayscale: #C6C6C6. Windows color (decimal): -2051846 or 16429280. OLE color: 16429280.

HSL color Cylindrical-coordinate representation of color #E0B0FA: hue angle of 278.92º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0B0FA is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 176 250 -
CMYK 0.10 0.30 0 0.02
HSL 278.92º 0.88% 0.84% -
HSV(B) 278.92º 0.3% 0.98% -
XYZ 63.52 53.8 97.48 -
YUV 198.79 156.9 145.98 -
System Red Green Blue C M Y K H S L
Decimal 224 176 250 0.10 0.30 0 0.02 278.92 0.88 0.84
Hex E0 B0 FA A 1E 0 2 117 58 54
Octal 340 260 372 12 36 0 2 427 130 124
Binary 11100000 10110000 11111010 1010 11110 0 10 100010111 1011000 1010100

Color Harmonies of #E0B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B0FA

Black with #E0B0FA

Text Example


Text Example

White with #E0B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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