Html Css Color HEX #E29EED Plum

📋 copy color: '#E29EED'

red 226 ◦ green 158 ◦ blue 237

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

Shades of Plum #E29EED

Tints of Plum #E29EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 36.39%
G = 25.44%
B = 38.16%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E29EED (or 0xE29EED) is known color: Plum. HEX triplet: E2, 9E and ED. RGB value is (226,158,237). Sum of RGB (Red+Green+Blue) = 226+158+237=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 158 (62.11% from 255 or 25.44% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #E29EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29EED is #1D6112. Grayscale: #BBBBBB. Windows color (decimal): -1925395 or 15572706. OLE color: 15572706.

HSL color Cylindrical-coordinate representation of color #E29EED: hue angle of 291.65º degrees, saturation: 0.69, 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 #E29EED is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 158 237 -
CMYK 0.05 0.33 0 0.07
HSL 291.65º 0.69% 0.77% -
HSV(B) 291.65º 0.33% 0.93% -
XYZ 58.88 46.74 86.04 -
YUV 187.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 226 158 237 0.05 0.33 0 0.07 291.65 0.69 0.77
Hex E2 9E ED 5 21 0 7 124 45 4D
Octal 342 236 355 5 41 0 7 444 105 115
Binary 11100010 10011110 11101101 101 100001 0 111 100100100 1000101 1001101

Color Harmonies of #E29EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29EED

Black with #E29EED

Text Example


Text Example

White with #E29EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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