Html Css Color HEX #E499DB Plum

📋 copy color: '#E499DB'

red 228 ◦ green 153 ◦ blue 219

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

Shades of Plum #E499DB

Tints of Plum #E499DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.5%

R = 38%
G = 25.5%
B = 36.5%

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

#E499DB (or 0xE499DB) is known color: Plum. HEX triplet: E4, 99 and DB. RGB value is (228,153,219). Sum of RGB (Red+Green+Blue) = 228+153+219=600 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 228 - color contains mainly: red. Hex color #E499DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E499DB is #1B6624. Grayscale: #B6B6B6. Windows color (decimal): -1795621 or 14391780. OLE color: 14391780.

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

Color convert

RGB 228 153 219 -
CMYK 0 0.33 0.04 0.11
HSL 307.2º 0.58% 0.75% -
HSV(B) 307.2º 0.33% 0.89% -
XYZ 56.17 44.39 72.63 -
YUV 182.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 228 153 219 0 0.33 0.04 0.11 307.2 0.58 0.75
Hex E4 99 DB 0 21 4 B 133 3A 4B
Octal 344 231 333 0 41 4 13 463 72 113
Binary 11100100 10011001 11011011 0 100001 100 1011 100110011 111010 1001011

Color Harmonies of #E499DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E499DB

Black with #E499DB

Text Example


Text Example

White with #E499DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E499DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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