Html Css Color HEX #E29EDB Plum

📋 copy color: '#E29EDB'

red 226 ◦ green 158 ◦ blue 219

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

Shades of Plum #E29EDB

Tints of Plum #E29EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.2%

 BLUE value IS 219 (85.94% from 255) = 36.32%

R = 37.48%
G = 26.2%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E29EDB (or 0xE29EDB) is known color: Plum. HEX triplet: E2, 9E and DB. RGB value is (226,158,219). Sum of RGB (Red+Green+Blue) = 226+158+219=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E29EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29EDB is #1D6124. Grayscale: #B9B9B9. Windows color (decimal): -1925413 or 14393058. OLE color: 14393058.

HSL color Cylindrical-coordinate representation of color #E29EDB: hue angle of 306.18º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29EDB is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 158 219 -
CMYK 0 0.30 0.03 0.11
HSL 306.18º 0.54% 0.75% -
HSV(B) 306.18º 0.3% 0.89% -
XYZ 56.38 45.74 72.87 -
YUV 185.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 226 158 219 0 0.30 0.03 0.11 306.18 0.54 0.75
Hex E2 9E DB 0 1E 3 B 132 36 4B
Octal 342 236 333 0 36 3 13 462 66 113
Binary 11100010 10011110 11011011 0 11110 11 1011 100110010 110110 1001011

Color Harmonies of #E29EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29EDB

Black with #E29EDB

Text Example


Text Example

White with #E29EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29EDB; }

 p { color: rgb(226,158,219); }

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

background-color css

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

 a { background-color: rgb(226,158,219); }

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

border-color css

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

 span { border-color: rgb(226,158,219); }

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