Html Css Color HEX #E0B2FD Mauve

📋 copy color: '#E0B2FD'

red 224 ◦ green 178 ◦ blue 253

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

Shades of Mauve #E0B2FD

Tints of Mauve #E0B2FD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.18%

 BLUE value IS 253 (99.22% from 255) = 38.63%

R = 34.2%
G = 27.18%
B = 38.63%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E0B2FD (or 0xE0B2FD) is known color: Mauve. HEX triplet: E0, B2 and FD. RGB value is (224,178,253). Sum of RGB (Red+Green+Blue) = 224+178+253=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 178 (69.92% from 255 or 27.18% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0B2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B2FD is #1F4D02. Grayscale: #C8C8C8. Windows color (decimal): -2051331 or 16626400. OLE color: 16626400.

HSL color Cylindrical-coordinate representation of color #E0B2FD: hue angle of 276.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0B2FD is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 178 253 -
CMYK 0.11 0.30 0 0.01
HSL 276.8º 0.95% 0.85% -
HSV(B) 276.8º 0.3% 0.99% -
XYZ 64.39 54.78 100.11 -
YUV 200.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 224 178 253 0.11 0.30 0 0.01 276.8 0.95 0.85
Hex E0 B2 FD B 1E 0 1 115 5F 55
Octal 340 262 375 13 36 0 1 425 137 125
Binary 11100000 10110010 11111101 1011 11110 0 1 100010101 1011111 1010101

Color Harmonies of #E0B2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B2FD

Black with #E0B2FD

Text Example


Text Example

White with #E0B2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B2FD; }

 p { color: rgb(224,178,253); }

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

background-color css

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

 a { background-color: rgb(224,178,253); }

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

border-color css

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

 span { border-color: rgb(224,178,253); }

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