Html Css Color HEX #E49EEC Plum

📋 copy color: '#E49EEC'

red 228 ◦ green 158 ◦ blue 236

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

Shades of Plum #E49EEC

Tints of Plum #E49EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 36.66%
G = 25.4%
B = 37.94%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E49EEC (or 0xE49EEC) is known color: Plum. HEX triplet: E4, 9E and EC. RGB value is (228,158,236). Sum of RGB (Red+Green+Blue) = 228+158+236=622 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.66% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #E49EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49EEC is #1B6113. Grayscale: #BBBBBB. Windows color (decimal): -1794324 or 15507172. OLE color: 15507172.

HSL color Cylindrical-coordinate representation of color #E49EEC: hue angle of 293.85º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E49EEC is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 158 236 -
CMYK 0.03 0.33 0 0.07
HSL 293.85º 0.67% 0.77% -
HSV(B) 293.85º 0.33% 0.93% -
XYZ 59.36 47 85.3 -
YUV 187.82 155.19 156.66 -
System Red Green Blue C M Y K H S L
Decimal 228 158 236 0.03 0.33 0 0.07 293.85 0.67 0.77
Hex E4 9E EC 3 21 0 7 126 43 4D
Octal 344 236 354 3 41 0 7 446 103 115
Binary 11100100 10011110 11101100 11 100001 0 111 100100110 1000011 1001101

Color Harmonies of #E49EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49EEC

Black with #E49EEC

Text Example


Text Example

White with #E49EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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