Html Css Color HEX #E494DB Plum

📋 copy color: '#E494DB'

red 228 ◦ green 148 ◦ blue 219

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

Shades of Plum #E494DB

Tints of Plum #E494DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.87%

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

R = 38.32%
G = 24.87%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E494DB (or 0xE494DB) is known color: Plum. HEX triplet: E4, 94 and DB. RGB value is (228,148,219). Sum of RGB (Red+Green+Blue) = 228+148+219=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 228 - color contains mainly: red. Hex color #E494DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E494DB is #1B6B24. Grayscale: #B3B3B3. Windows color (decimal): -1796901 or 14390500. OLE color: 14390500.

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

Color convert

RGB 228 148 219 -
CMYK 0 0.35 0.04 0.11
HSL 306.75º 0.6% 0.74% -
HSV(B) 306.75º 0.35% 0.89% -
XYZ 55.37 42.79 72.36 -
YUV 180.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 228 148 219 0 0.35 0.04 0.11 306.75 0.6 0.74
Hex E4 94 DB 0 23 4 B 133 3C 4A
Octal 344 224 333 0 43 4 13 463 74 112
Binary 11100100 10010100 11011011 0 100011 100 1011 100110011 111100 1001010

Color Harmonies of #E494DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E494DB

Black with #E494DB

Text Example


Text Example

White with #E494DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E494DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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