Html Css Color HEX #E29BDA Plum

📋 copy color: '#E29BDA'

red 226 ◦ green 155 ◦ blue 218

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

Shades of Plum #E29BDA

Tints of Plum #E29BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 37.73%
G = 25.88%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E29BDA (or 0xE29BDA) is known color: Plum. HEX triplet: E2, 9B and DA. RGB value is (226,155,218). Sum of RGB (Red+Green+Blue) = 226+155+218=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BDA is #1D6425. Grayscale: #B7B7B7. Windows color (decimal): -1926182 or 14326754. OLE color: 14326754.

HSL color Cylindrical-coordinate representation of color #E29BDA: hue angle of 306.76º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29BDA is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 155 218 -
CMYK 0 0.31 0.04 0.11
HSL 306.76º 0.55% 0.75% -
HSV(B) 306.76º 0.31% 0.89% -
XYZ 55.74 44.67 72.01 -
YUV 183.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 226 155 218 0 0.31 0.04 0.11 306.76 0.55 0.75
Hex E2 9B DA 0 1F 4 B 133 37 4B
Octal 342 233 332 0 37 4 13 463 67 113
Binary 11100010 10011011 11011010 0 11111 100 1011 100110011 110111 1001011

Color Harmonies of #E29BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29BDA

Black with #E29BDA

Text Example


Text Example

White with #E29BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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