Html Css Color HEX #E49CEB Plum

📋 copy color: '#E49CEB'

red 228 ◦ green 156 ◦ blue 235

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

Shades of Plum #E49CEB

Tints of Plum #E49CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.2%

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

R = 36.83%
G = 25.2%
B = 37.96%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E49CEB (or 0xE49CEB) is known color: Plum. HEX triplet: E4, 9C and EB. RGB value is (228,156,235). Sum of RGB (Red+Green+Blue) = 228+156+235=619 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.83% from 619); Green value is 156 (61.33% from 255 or 25.20% 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 #E49CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49CEB is #1B6314. Grayscale: #BABABA. Windows color (decimal): -1794837 or 15441124. OLE color: 15441124.

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

Color convert

RGB 228 156 235 -
CMYK 0.03 0.34 0 0.08
HSL 294.68º 0.66% 0.77% -
HSV(B) 294.68º 0.34% 0.92% -
XYZ 58.88 46.27 84.42 -
YUV 186.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 228 156 235 0.03 0.34 0 0.08 294.68 0.66 0.77
Hex E4 9C EB 3 22 0 8 127 42 4D
Octal 344 234 353 3 42 0 10 447 102 115
Binary 11100100 10011100 11101011 11 100010 0 1000 100100111 1000010 1001101

Color Harmonies of #E49CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49CEB

Black with #E49CEB

Text Example


Text Example

White with #E49CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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