Html Css Color HEX #E4B1EB Plum

📋 copy color: '#E4B1EB'

red 228 ◦ green 177 ◦ blue 235

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

Shades of Plum #E4B1EB

Tints of Plum #E4B1EB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.66%

 BLUE value IS 235 (92.19% from 255) = 36.72%

R = 35.63%
G = 27.66%
B = 36.72%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E4B1EB (or 0xE4B1EB) is known color: Plum. HEX triplet: E4, B1 and EB. RGB value is (228,177,235). Sum of RGB (Red+Green+Blue) = 228+177+235=640 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.62% from 640); Green value is 177 (69.53% from 255 or 27.66% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4B1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4B1EB is #1B4E14. Grayscale: #C6C6C6. Windows color (decimal): -1789461 or 15446500. OLE color: 15446500.

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

Color convert

RGB 228 177 235 -
CMYK 0.03 0.25 0 0.08
HSL 292.76º 0.59% 0.81% -
HSV(B) 292.76º 0.25% 0.92% -
XYZ 62.71 53.94 85.7 -
YUV 198.86 148.4 148.78 -
System Red Green Blue C M Y K H S L
Decimal 228 177 235 0.03 0.25 0 0.08 292.76 0.59 0.81
Hex E4 B1 EB 3 19 0 8 125 3B 51
Octal 344 261 353 3 31 0 10 445 73 121
Binary 11100100 10110001 11101011 11 11001 0 1000 100100101 111011 1010001

Color Harmonies of #E4B1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4B1EB

Black with #E4B1EB

Text Example


Text Example

White with #E4B1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4B1EB; }

 p { color: rgb(228,177,235); }

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

background-color css

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

 a { background-color: rgb(228,177,235); }

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

border-color css

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

 span { border-color: rgb(228,177,235); }

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