Html Css Color HEX #E5B2FC Mauve

📋 copy color: '#E5B2FC'

red 229 ◦ green 178 ◦ blue 252

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

Shades of Mauve #E5B2FC

Tints of Mauve #E5B2FC

RGB

 RED value IS 229 (89.84% from 255) = 34.75%

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

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

R = 34.75%
G = 27.01%
B = 38.24%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5B2FC (or 0xE5B2FC) is known color: Mauve. HEX triplet: E5, B2 and FC. RGB value is (229,178,252). Sum of RGB (Red+Green+Blue) = 229+178+252=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 178 (69.92% from 255 or 27.01% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5B2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5B2FC is #1A4D03. Grayscale: #C9C9C9. Windows color (decimal): -1723652 or 16560869. OLE color: 16560869.

HSL color Cylindrical-coordinate representation of color #E5B2FC: hue angle of 281.35º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5B2FC is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 178 252 -
CMYK 0.09 0.29 0 0.01
HSL 281.35º 0.93% 0.84% -
HSV(B) 281.35º 0.29% 0.99% -
XYZ 65.8 55.53 99.35 -
YUV 201.69 156.4 147.48 -
System Red Green Blue C M Y K H S L
Decimal 229 178 252 0.09 0.29 0 0.01 281.35 0.93 0.84
Hex E5 B2 FC 9 1D 0 1 119 5C 54
Octal 345 262 374 11 35 0 1 431 134 124
Binary 11100101 10110010 11111100 1001 11101 0 1 100011001 1011100 1010100

Color Harmonies of #E5B2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B2FC

Black with #E5B2FC

Text Example


Text Example

White with #E5B2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B2FC; }

 p { color: rgb(229,178,252); }

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

background-color css

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

 a { background-color: rgb(229,178,252); }

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

border-color css

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

 span { border-color: rgb(229,178,252); }

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