Html Css Color HEX #E49EEB Plum

📋 copy color: '#E49EEB'

red 228 ◦ green 158 ◦ blue 235

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

Shades of Plum #E49EEB

Tints of Plum #E49EEB

RGB

 RED value IS 228 (89.45% from 255) = 36.71%

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

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

R = 36.71%
G = 25.44%
B = 37.84%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E49EEB (or 0xE49EEB) is known color: Plum. HEX triplet: E4, 9E and EB. RGB value is (228,158,235). Sum of RGB (Red+Green+Blue) = 228+158+235=621 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.71% from 621); Green value is 158 (62.11% from 255 or 25.44% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #E49EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49EEB is #1B6114. Grayscale: #BBBBBB. Windows color (decimal): -1794325 or 15441636. OLE color: 15441636.

HSL color Cylindrical-coordinate representation of color #E49EEB: hue angle of 294.55º 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 #E49EEB is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 228 158 235 -
CMYK 0.03 0.33 0 0.08
HSL 294.55º 0.66% 0.77% -
HSV(B) 294.55º 0.33% 0.92% -
XYZ 59.22 46.95 84.54 -
YUV 187.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 228 158 235 0.03 0.33 0 0.08 294.55 0.66 0.77
Hex E4 9E EB 3 21 0 8 127 42 4D
Octal 344 236 353 3 41 0 10 447 102 115
Binary 11100100 10011110 11101011 11 100001 0 1000 100100111 1000010 1001101

Color Harmonies of #E49EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49EEB

Black with #E49EEB

Text Example


Text Example

White with #E49EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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