Html Css Color HEX #E499DC Plum

📋 copy color: '#E499DC'

red 228 ◦ green 153 ◦ blue 220

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

Shades of Plum #E499DC

Tints of Plum #E499DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.46%

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 37.94%
G = 25.46%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E499DC (or 0xE499DC) is known color: Plum. HEX triplet: E4, 99 and DC. RGB value is (228,153,220). Sum of RGB (Red+Green+Blue) = 228+153+220=601 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.94% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 228 - color contains mainly: red. Hex color #E499DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E499DC is #1B6623. Grayscale: #B6B6B6. Windows color (decimal): -1795620 or 14457316. OLE color: 14457316.

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

Color convert

RGB 228 153 220 -
CMYK 0 0.33 0.04 0.11
HSL 306.4º 0.58% 0.75% -
HSV(B) 306.4º 0.33% 0.89% -
XYZ 56.3 44.44 73.32 -
YUV 183.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 228 153 220 0 0.33 0.04 0.11 306.4 0.58 0.75
Hex E4 99 DC 0 21 4 B 132 3A 4B
Octal 344 231 334 0 41 4 13 462 72 113
Binary 11100100 10011001 11011100 0 100001 100 1011 100110010 111010 1001011

Color Harmonies of #E499DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E499DC

Black with #E499DC

Text Example


Text Example

White with #E499DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E499DC; }

 p { color: rgb(228,153,220); }

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

background-color css

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

 a { background-color: rgb(228,153,220); }

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

border-color css

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

 span { border-color: rgb(228,153,220); }

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