Html Css Color HEX #E4B0EC Plum

📋 copy color: '#E4B0EC'

red 228 ◦ green 176 ◦ blue 236

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

Shades of Plum #E4B0EC

Tints of Plum #E4B0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.88%

R = 35.63%
G = 27.5%
B = 36.88%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E4B0EC (or 0xE4B0EC) is known color: Plum. HEX triplet: E4, B0 and EC. RGB value is (228,176,236). Sum of RGB (Red+Green+Blue) = 228+176+236=640 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.62% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4B0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4B0EC is #1B4F13. Grayscale: #C6C6C6. Windows color (decimal): -1789716 or 15511780. OLE color: 15511780.

HSL color Cylindrical-coordinate representation of color #E4B0EC: hue angle of 292º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4B0EC is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 176 236 -
CMYK 0.03 0.25 0 0.07
HSL 292º 0.61% 0.81% -
HSV(B) 292º 0.25% 0.93% -
XYZ 62.66 53.6 86.4 -
YUV 198.39 149.23 149.12 -
System Red Green Blue C M Y K H S L
Decimal 228 176 236 0.03 0.25 0 0.07 292 0.61 0.81
Hex E4 B0 EC 3 19 0 7 124 3D 51
Octal 344 260 354 3 31 0 7 444 75 121
Binary 11100100 10110000 11101100 11 11001 0 111 100100100 111101 1010001

Color Harmonies of #E4B0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4B0EC

Black with #E4B0EC

Text Example


Text Example

White with #E4B0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4B0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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