Html Css Color HEX #E2B1EB Plum

📋 copy color: '#E2B1EB'

red 226 ◦ green 177 ◦ blue 235

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

Shades of Plum #E2B1EB

Tints of Plum #E2B1EB

RGB

 RED value IS 226 (88.67% from 255) = 35.42%

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

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

R = 35.42%
G = 27.74%
B = 36.83%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2B1EB (or 0xE2B1EB) is known color: Plum. HEX triplet: E2, B1 and EB. RGB value is (226,177,235). Sum of RGB (Red+Green+Blue) = 226+177+235=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 177 (69.53% from 255 or 27.74% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2B1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B1EB is #1D4E14. Grayscale: #C6C6C6. Windows color (decimal): -1920533 or 15446498. OLE color: 15446498.

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

Color convert

RGB 226 177 235 -
CMYK 0.04 0.25 0 0.08
HSL 290.69º 0.59% 0.81% -
HSV(B) 290.69º 0.25% 0.92% -
XYZ 62.08 53.61 85.67 -
YUV 198.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 226 177 235 0.04 0.25 0 0.08 290.69 0.59 0.81
Hex E2 B1 EB 4 19 0 8 123 3B 51
Octal 342 261 353 4 31 0 10 443 73 121
Binary 11100010 10110001 11101011 100 11001 0 1000 100100011 111011 1010001

Color Harmonies of #E2B1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B1EB

Black with #E2B1EB

Text Example


Text Example

White with #E2B1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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