Html Css Color HEX #E8B2FD Mauve

📋 copy color: '#E8B2FD'

red 232 ◦ green 178 ◦ blue 253

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

Shades of Mauve #E8B2FD

Tints of Mauve #E8B2FD

RGB

 RED value IS 232 (91.02% from 255) = 34.99%

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

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

R = 34.99%
G = 26.85%
B = 38.16%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E8B2FD (or 0xE8B2FD) is known color: Mauve. HEX triplet: E8, B2 and FD. RGB value is (232,178,253). Sum of RGB (Red+Green+Blue) = 232+178+253=663 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.99% from 663); Green value is 178 (69.92% from 255 or 26.85% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8B2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B2FD is #174D02. Grayscale: #CACACA. Windows color (decimal): -1527043 or 16626408. OLE color: 16626408.

HSL color Cylindrical-coordinate representation of color #E8B2FD: hue angle of 283.2º 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 #E8B2FD is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 178 253 -
CMYK 0.08 0.30 0 0.01
HSL 283.2º 0.95% 0.85% -
HSV(B) 283.2º 0.3% 0.99% -
XYZ 66.93 56.09 100.23 -
YUV 202.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 232 178 253 0.08 0.30 0 0.01 283.2 0.95 0.85
Hex E8 B2 FD 8 1E 0 1 11B 5F 55
Octal 350 262 375 10 36 0 1 433 137 125
Binary 11101000 10110010 11111101 1000 11110 0 1 100011011 1011111 1010101

Color Harmonies of #E8B2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B2FD

Black with #E8B2FD

Text Example


Text Example

White with #E8B2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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