Html Css Color HEX #E49DDA Plum

📋 copy color: '#E49DDA'

red 228 ◦ green 157 ◦ blue 218

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

Shades of Plum #E49DDA

Tints of Plum #E49DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.15%

R = 37.81%
G = 26.04%
B = 36.15%

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

#E49DDA (or 0xE49DDA) is known color: Plum. HEX triplet: E4, 9D and DA. RGB value is (228,157,218). Sum of RGB (Red+Green+Blue) = 228+157+218=603 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.81% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 228 - color contains mainly: red. Hex color #E49DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49DDA is #1B6225. Grayscale: #B9B9B9. Windows color (decimal): -1794598 or 14327268. OLE color: 14327268.

HSL color Cylindrical-coordinate representation of color #E49DDA: hue angle of 308.45º 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 #E49DDA is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 157 218 -
CMYK 0 0.31 0.04 0.11
HSL 308.45º 0.57% 0.75% -
HSV(B) 308.45º 0.31% 0.89% -
XYZ 56.71 45.67 72.16 -
YUV 185.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 228 157 218 0 0.31 0.04 0.11 308.45 0.57 0.75
Hex E4 9D DA 0 1F 4 B 134 39 4B
Octal 344 235 332 0 37 4 13 464 71 113
Binary 11100100 10011101 11011010 0 11111 100 1011 100110100 111001 1001011

Color Harmonies of #E49DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49DDA

Black with #E49DDA

Text Example


Text Example

White with #E49DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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