Html Css Color HEX #E29DEC Plum

📋 copy color: '#E29DEC'

red 226 ◦ green 157 ◦ blue 236

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

Shades of Plum #E29DEC

Tints of Plum #E29DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.36%

 BLUE value IS 236 (92.58% from 255) = 38.13%

R = 36.51%
G = 25.36%
B = 38.13%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E29DEC (or 0xE29DEC) is known color: Plum. HEX triplet: E2, 9D and EC. RGB value is (226,157,236). Sum of RGB (Red+Green+Blue) = 226+157+236=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #E29DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29DEC is #1D6213. Grayscale: #BABABA. Windows color (decimal): -1925652 or 15506914. OLE color: 15506914.

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

Color convert

RGB 226 157 236 -
CMYK 0.04 0.33 0 0.07
HSL 292.41º 0.68% 0.77% -
HSV(B) 292.41º 0.33% 0.93% -
XYZ 58.56 46.34 85.21 -
YUV 186.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 226 157 236 0.04 0.33 0 0.07 292.41 0.68 0.77
Hex E2 9D EC 4 21 0 7 124 44 4D
Octal 342 235 354 4 41 0 7 444 104 115
Binary 11100010 10011101 11101100 100 100001 0 111 100100100 1000100 1001101

Color Harmonies of #E29DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29DEC

Black with #E29DEC

Text Example


Text Example

White with #E29DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29DEC; }

 p { color: rgb(226,157,236); }

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

background-color css

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

 a { background-color: rgb(226,157,236); }

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

border-color css

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

 span { border-color: rgb(226,157,236); }

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