Html Css Color HEX #E29EE5 Plum

📋 copy color: '#E29EE5'

red 226 ◦ green 158 ◦ blue 229

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

Shades of Plum #E29EE5

Tints of Plum #E29EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.36%

R = 36.87%
G = 25.77%
B = 37.36%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E29EE5 (or 0xE29EE5) is known color: Plum. HEX triplet: E2, 9E and E5. RGB value is (226,158,229). Sum of RGB (Red+Green+Blue) = 226+158+229=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #E29EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29EE5 is #1D611A. Grayscale: #BABABA. Windows color (decimal): -1925403 or 15048418. OLE color: 15048418.

HSL color Cylindrical-coordinate representation of color #E29EE5: hue angle of 297.46º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29EE5 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 158 229 -
CMYK 0.01 0.31 0 0.10
HSL 297.46º 0.58% 0.76% -
HSV(B) 297.46º 0.31% 0.9% -
XYZ 57.73 46.28 80.02 -
YUV 186.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 226 158 229 0.01 0.31 0 0.10 297.46 0.58 0.76
Hex E2 9E E5 1 1F 0 A 129 3A 4C
Octal 342 236 345 1 37 0 12 451 72 114
Binary 11100010 10011110 11100101 1 11111 0 1010 100101001 111010 1001100

Color Harmonies of #E29EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29EE5

Black with #E29EE5

Text Example


Text Example

White with #E29EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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