Html Css Color HEX #E49DDF Plum

📋 copy color: '#E49DDF'

red 228 ◦ green 157 ◦ blue 223

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

Shades of Plum #E49DDF

Tints of Plum #E49DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.68%

R = 37.5%
G = 25.82%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E49DDF (or 0xE49DDF) is known color: Plum. HEX triplet: E4, 9D and DF. RGB value is (228,157,223). Sum of RGB (Red+Green+Blue) = 228+157+223=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 157 (61.72% from 255 or 25.82% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 228 - color contains mainly: red. Hex color #E49DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49DDF is #1B6220. Grayscale: #B9B9B9. Windows color (decimal): -1794593 or 14654948. OLE color: 14654948.

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

Color convert

RGB 228 157 223 -
CMYK 0 0.31 0.02 0.11
HSL 304.23º 0.57% 0.75% -
HSV(B) 304.23º 0.31% 0.89% -
XYZ 57.37 45.94 75.65 -
YUV 185.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 228 157 223 0 0.31 0.02 0.11 304.23 0.57 0.75
Hex E4 9D DF 0 1F 2 B 130 39 4B
Octal 344 235 337 0 37 2 13 460 71 113
Binary 11100100 10011101 11011111 0 11111 10 1011 100110000 111001 1001011

Color Harmonies of #E49DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49DDF

Black with #E49DDF

Text Example


Text Example

White with #E49DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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