Html Css Color HEX #E499DA Plum

📋 copy color: '#E499DA'

red 228 ◦ green 153 ◦ blue 218

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

Shades of Plum #E499DA

Tints of Plum #E499DA

RGB

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

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

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

R = 38.06%
G = 25.54%
B = 36.39%

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

#E499DA (or 0xE499DA) is known color: Plum. HEX triplet: E4, 99 and DA. RGB value is (228,153,218). Sum of RGB (Red+Green+Blue) = 228+153+218=599 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.06% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 228 - color contains mainly: red. Hex color #E499DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E499DA is #1B6625. Grayscale: #B6B6B6. Windows color (decimal): -1795622 or 14326244. OLE color: 14326244.

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

Color convert

RGB 228 153 218 -
CMYK 0 0.33 0.04 0.11
HSL 308º 0.58% 0.75% -
HSV(B) 308º 0.33% 0.89% -
XYZ 56.04 44.34 71.93 -
YUV 182.84 147.85 160.21 -
System Red Green Blue C M Y K H S L
Decimal 228 153 218 0 0.33 0.04 0.11 308 0.58 0.75
Hex E4 99 DA 0 21 4 B 134 3A 4B
Octal 344 231 332 0 41 4 13 464 72 113
Binary 11100100 10011001 11011010 0 100001 100 1011 100110100 111010 1001011

Color Harmonies of #E499DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E499DA

Black with #E499DA

Text Example


Text Example

White with #E499DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E499DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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