Html Css Color HEX #E29BEB Plum

📋 copy color: '#E29BEB'

red 226 ◦ green 155 ◦ blue 235

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

Shades of Plum #E29BEB

Tints of Plum #E29BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.16%

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

R = 36.69%
G = 25.16%
B = 38.15%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E29BEB (or 0xE29BEB) is known color: Plum. HEX triplet: E2, 9B and EB. RGB value is (226,155,235). Sum of RGB (Red+Green+Blue) = 226+155+235=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #E29BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29BEB is #1D6414. Grayscale: #B9B9B9. Windows color (decimal): -1926165 or 15440866. OLE color: 15440866.

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

Color convert

RGB 226 155 235 -
CMYK 0.04 0.34 0 0.08
HSL 293.25º 0.67% 0.76% -
HSV(B) 293.25º 0.34% 0.92% -
XYZ 58.08 45.61 84.34 -
YUV 185.35 156.02 157 -
System Red Green Blue C M Y K H S L
Decimal 226 155 235 0.04 0.34 0 0.08 293.25 0.67 0.76
Hex E2 9B EB 4 22 0 8 125 43 4C
Octal 342 233 353 4 42 0 10 445 103 114
Binary 11100010 10011011 11101011 100 100010 0 1000 100100101 1000011 1001100

Color Harmonies of #E29BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29BEB

Black with #E29BEB

Text Example


Text Example

White with #E29BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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