Html Css Color HEX #E49CDA Plum

📋 copy color: '#E49CDA'

red 228 ◦ green 156 ◦ blue 218

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

Shades of Plum #E49CDA

Tints of Plum #E49CDA

RGB

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

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

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

R = 37.87%
G = 25.91%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E49CDA (or 0xE49CDA) is known color: Plum. HEX triplet: E4, 9C and DA. RGB value is (228,156,218). Sum of RGB (Red+Green+Blue) = 228+156+218=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 228 - color contains mainly: red. Hex color #E49CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49CDA is #1B6325. Grayscale: #B8B8B8. Windows color (decimal): -1794854 or 14327012. OLE color: 14327012.

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

Color convert

RGB 228 156 218 -
CMYK 0 0.32 0.04 0.11
HSL 308.33º 0.57% 0.75% -
HSV(B) 308.33º 0.32% 0.89% -
XYZ 56.54 45.33 72.1 -
YUV 184.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 228 156 218 0 0.32 0.04 0.11 308.33 0.57 0.75
Hex E4 9C DA 0 20 4 B 134 39 4B
Octal 344 234 332 0 40 4 13 464 71 113
Binary 11100100 10011100 11011010 0 100000 100 1011 100110100 111001 1001011

Color Harmonies of #E49CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49CDA

Black with #E49CDA

Text Example


Text Example

White with #E49CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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