Html Css Color HEX #E29EDF Plum

📋 copy color: '#E29EDF'

red 226 ◦ green 158 ◦ blue 223

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

Shades of Plum #E29EDF

Tints of Plum #E29EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.74%

R = 37.23%
G = 26.03%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E29EDF (or 0xE29EDF) is known color: Plum. HEX triplet: E2, 9E and DF. RGB value is (226,158,223). Sum of RGB (Red+Green+Blue) = 226+158+223=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 226 - color contains mainly: red. Hex color #E29EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29EDF is #1D6120. Grayscale: #B9B9B9. Windows color (decimal): -1925409 or 14655202. OLE color: 14655202.

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

Color convert

RGB 226 158 223 -
CMYK 0 0.30 0.01 0.11
HSL 302.65º 0.54% 0.75% -
HSV(B) 302.65º 0.3% 0.89% -
XYZ 56.91 45.95 75.68 -
YUV 185.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 226 158 223 0 0.30 0.01 0.11 302.65 0.54 0.75
Hex E2 9E DF 0 1E 1 B 12F 36 4B
Octal 342 236 337 0 36 1 13 457 66 113
Binary 11100010 10011110 11011111 0 11110 1 1011 100101111 110110 1001011

Color Harmonies of #E29EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29EDF

Black with #E29EDF

Text Example


Text Example

White with #E29EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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