Html Css Color HEX #E29EDD Plum

📋 copy color: '#E29EDD'

red 226 ◦ green 158 ◦ blue 221

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

Shades of Plum #E29EDD

Tints of Plum #E29EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.53%

R = 37.36%
G = 26.12%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E29EDD (or 0xE29EDD) is known color: Plum. HEX triplet: E2, 9E and DD. RGB value is (226,158,221). Sum of RGB (Red+Green+Blue) = 226+158+221=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 226 - color contains mainly: red. Hex color #E29EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29EDD is #1D6122. Grayscale: #B9B9B9. Windows color (decimal): -1925411 or 14524130. OLE color: 14524130.

HSL color Cylindrical-coordinate representation of color #E29EDD: hue angle of 304.41º 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 #E29EDD is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 158 221 -
CMYK 0 0.30 0.02 0.11
HSL 304.41º 0.54% 0.75% -
HSV(B) 304.41º 0.3% 0.89% -
XYZ 56.64 45.84 74.27 -
YUV 185.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 226 158 221 0 0.30 0.02 0.11 304.41 0.54 0.75
Hex E2 9E DD 0 1E 2 B 130 36 4B
Octal 342 236 335 0 36 2 13 460 66 113
Binary 11100010 10011110 11011101 0 11110 10 1011 100110000 110110 1001011

Color Harmonies of #E29EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29EDD

Black with #E29EDD

Text Example


Text Example

White with #E29EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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