Html Css Color HEX #E29BEE Plum

📋 copy color: '#E29BEE'

red 226 ◦ green 155 ◦ blue 238

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

Shades of Plum #E29BEE

Tints of Plum #E29BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.45%

R = 36.51%
G = 25.04%
B = 38.45%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E29BEE (or 0xE29BEE) is known color: Plum. HEX triplet: E2, 9B and EE. RGB value is (226,155,238). Sum of RGB (Red+Green+Blue) = 226+155+238=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #E29BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29BEE is #1D6411. Grayscale: #B9B9B9. Windows color (decimal): -1926162 or 15637474. OLE color: 15637474.

HSL color Cylindrical-coordinate representation of color #E29BEE: hue angle of 291.33º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E29BEE is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 155 238 -
CMYK 0.05 0.35 0 0.07
HSL 291.33º 0.71% 0.77% -
HSV(B) 291.33º 0.35% 0.93% -
XYZ 58.52 45.78 86.64 -
YUV 185.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 226 155 238 0.05 0.35 0 0.07 291.33 0.71 0.77
Hex E2 9B EE 5 23 0 7 123 47 4D
Octal 342 233 356 5 43 0 7 443 107 115
Binary 11100010 10011011 11101110 101 100011 0 111 100100011 1000111 1001101

Color Harmonies of #E29BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29BEE

Black with #E29BEE

Text Example


Text Example

White with #E29BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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