Html Css Color HEX #E29EEB Plum

📋 copy color: '#E29EEB'

red 226 ◦ green 158 ◦ blue 235

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

Shades of Plum #E29EEB

Tints of Plum #E29EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.96%

R = 36.51%
G = 25.53%
B = 37.96%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E29EEB (or 0xE29EEB) is known color: Plum. HEX triplet: E2, 9E and EB. RGB value is (226,158,235). Sum of RGB (Red+Green+Blue) = 226+158+235=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #E29EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29EEB is #1D6114. Grayscale: #BABABA. Windows color (decimal): -1925397 or 15441634. OLE color: 15441634.

HSL color Cylindrical-coordinate representation of color #E29EEB: hue angle of 292.99º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E29EEB is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 158 235 -
CMYK 0.04 0.33 0 0.08
HSL 292.99º 0.66% 0.77% -
HSV(B) 292.99º 0.33% 0.92% -
XYZ 58.59 46.62 84.51 -
YUV 187.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 226 158 235 0.04 0.33 0 0.08 292.99 0.66 0.77
Hex E2 9E EB 4 21 0 8 125 42 4D
Octal 342 236 353 4 41 0 10 445 102 115
Binary 11100010 10011110 11101011 100 100001 0 1000 100100101 1000010 1001101

Color Harmonies of #E29EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29EEB

Black with #E29EEB

Text Example


Text Example

White with #E29EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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