Html Css Color HEX #E49DD3 Plum

📋 copy color: '#E49DD3'

red 228 ◦ green 157 ◦ blue 211

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

Shades of Plum #E49DD3

Tints of Plum #E49DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.4%

R = 38.26%
G = 26.34%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E49DD3 (or 0xE49DD3) is known color: Plum. HEX triplet: E4, 9D and D3. RGB value is (228,157,211). Sum of RGB (Red+Green+Blue) = 228+157+211=596 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.26% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 228 - color contains mainly: red. Hex color #E49DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49DD3 is #1B622C. Grayscale: #B8B8B8. Windows color (decimal): -1794605 or 13868516. OLE color: 13868516.

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

Color convert

RGB 228 157 211 -
CMYK 0 0.31 0.07 0.11
HSL 314.37º 0.57% 0.75% -
HSV(B) 314.37º 0.31% 0.89% -
XYZ 55.81 45.31 67.43 -
YUV 184.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 228 157 211 0 0.31 0.07 0.11 314.37 0.57 0.75
Hex E4 9D D3 0 1F 7 B 13A 39 4B
Octal 344 235 323 0 37 7 13 472 71 113
Binary 11100100 10011101 11010011 0 11111 111 1011 100111010 111001 1001011

Color Harmonies of #E49DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49DD3

Black with #E49DD3

Text Example


Text Example

White with #E49DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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