Html Css Color HEX #E4B0FD Mauve

📋 copy color: '#E4B0FD'

red 228 ◦ green 176 ◦ blue 253

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

Shades of Mauve #E4B0FD

Tints of Mauve #E4B0FD

RGB

 RED value IS 228 (89.45% from 255) = 34.7%

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

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

R = 34.7%
G = 26.79%
B = 38.51%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E4B0FD (or 0xE4B0FD) is known color: Mauve. HEX triplet: E4, B0 and FD. RGB value is (228,176,253). Sum of RGB (Red+Green+Blue) = 228+176+253=657 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.70% from 657); Green value is 176 (69.14% from 255 or 26.79% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4B0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4B0FD is #1B4F02. Grayscale: #C8C8C8. Windows color (decimal): -1789699 or 16625892. OLE color: 16625892.

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

Color convert

RGB 228 176 253 -
CMYK 0.10 0.30 0 0.01
HSL 280.52º 0.95% 0.84% -
HSV(B) 280.52º 0.3% 0.99% -
XYZ 65.25 54.64 100.04 -
YUV 200.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 228 176 253 0.10 0.30 0 0.01 280.52 0.95 0.84
Hex E4 B0 FD A 1E 0 1 119 5F 54
Octal 344 260 375 12 36 0 1 431 137 124
Binary 11100100 10110000 11111101 1010 11110 0 1 100011001 1011111 1010100

Color Harmonies of #E4B0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4B0FD

Black with #E4B0FD

Text Example


Text Example

White with #E4B0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4B0FD; }

 p { color: rgb(228,176,253); }

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

background-color css

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

 a { background-color: rgb(228,176,253); }

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

border-color css

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

 span { border-color: rgb(228,176,253); }

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