Html Css Color HEX #E49DDB Plum

📋 copy color: '#E49DDB'

red 228 ◦ green 157 ◦ blue 219

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

Shades of Plum #E49DDB

Tints of Plum #E49DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.99%

 BLUE value IS 219 (85.94% from 255) = 36.26%

R = 37.75%
G = 25.99%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E49DDB (or 0xE49DDB) is known color: Plum. HEX triplet: E4, 9D and DB. RGB value is (228,157,219). Sum of RGB (Red+Green+Blue) = 228+157+219=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 228 - color contains mainly: red. Hex color #E49DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49DDB is #1B6224. Grayscale: #B9B9B9. Windows color (decimal): -1794597 or 14392804. OLE color: 14392804.

HSL color Cylindrical-coordinate representation of color #E49DDB: hue angle of 307.61º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49DDB is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 157 219 -
CMYK 0 0.31 0.04 0.11
HSL 307.61º 0.57% 0.75% -
HSV(B) 307.61º 0.31% 0.89% -
XYZ 56.84 45.72 72.85 -
YUV 185.3 147.02 158.46 -
System Red Green Blue C M Y K H S L
Decimal 228 157 219 0 0.31 0.04 0.11 307.61 0.57 0.75
Hex E4 9D DB 0 1F 4 B 134 39 4B
Octal 344 235 333 0 37 4 13 464 71 113
Binary 11100100 10011101 11011011 0 11111 100 1011 100110100 111001 1001011

Color Harmonies of #E49DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49DDB

Black with #E49DDB

Text Example


Text Example

White with #E49DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49DDB; }

 p { color: rgb(228,157,219); }

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

background-color css

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

 a { background-color: rgb(228,157,219); }

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

border-color css

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

 span { border-color: rgb(228,157,219); }

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