Html Css Color HEX #E29ED8 Plum

📋 copy color: '#E29ED8'

red 226 ◦ green 158 ◦ blue 216

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

Shades of Plum #E29ED8

Tints of Plum #E29ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36%

R = 37.67%
G = 26.33%
B = 36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E29ED8 (or 0xE29ED8) is known color: Plum. HEX triplet: E2, 9E and D8. RGB value is (226,158,216). Sum of RGB (Red+Green+Blue) = 226+158+216=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 216 (84.77% from 255 or 36% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E29ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29ED8 is #1D6127. Grayscale: #B8B8B8. Windows color (decimal): -1925416 or 14196450. OLE color: 14196450.

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

Color convert

RGB 226 158 216 -
CMYK 0 0.30 0.04 0.11
HSL 308.82º 0.54% 0.75% -
HSV(B) 308.82º 0.3% 0.89% -
XYZ 55.99 45.58 70.81 -
YUV 184.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 226 158 216 0 0.30 0.04 0.11 308.82 0.54 0.75
Hex E2 9E D8 0 1E 4 B 135 36 4B
Octal 342 236 330 0 36 4 13 465 66 113
Binary 11100010 10011110 11011000 0 11110 100 1011 100110101 110110 1001011

Color Harmonies of #E29ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29ED8

Black with #E29ED8

Text Example


Text Example

White with #E29ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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