Html Css Color HEX #E2B2EB Plum

📋 copy color: '#E2B2EB'

red 226 ◦ green 178 ◦ blue 235

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

Shades of Plum #E2B2EB

Tints of Plum #E2B2EB

RGB

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

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

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

R = 35.37%
G = 27.86%
B = 36.78%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2B2EB (or 0xE2B2EB) is known color: Plum. HEX triplet: E2, B2 and EB. RGB value is (226,178,235). Sum of RGB (Red+Green+Blue) = 226+178+235=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2B2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B2EB is #1D4D14. Grayscale: #C6C6C6. Windows color (decimal): -1920277 or 15446754. OLE color: 15446754.

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

Color convert

RGB 226 178 235 -
CMYK 0.04 0.24 0 0.08
HSL 290.53º 0.59% 0.81% -
HSV(B) 290.53º 0.24% 0.92% -
XYZ 62.28 54.01 85.74 -
YUV 198.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 226 178 235 0.04 0.24 0 0.08 290.53 0.59 0.81
Hex E2 B2 EB 4 18 0 8 123 3B 51
Octal 342 262 353 4 30 0 10 443 73 121
Binary 11100010 10110010 11101011 100 11000 0 1000 100100011 111011 1010001

Color Harmonies of #E2B2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B2EB

Black with #E2B2EB

Text Example


Text Example

White with #E2B2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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