Html Css Color HEX #E493DB Plum

📋 copy color: '#E493DB'

red 228 ◦ green 147 ◦ blue 219

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

Shades of Plum #E493DB

Tints of Plum #E493DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.75%

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

R = 38.38%
G = 24.75%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E493DB (or 0xE493DB) is known color: Plum. HEX triplet: E4, 93 and DB. RGB value is (228,147,219). Sum of RGB (Red+Green+Blue) = 228+147+219=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 228 - color contains mainly: red. Hex color #E493DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E493DB is #1B6C24. Grayscale: #B3B3B3. Windows color (decimal): -1797157 or 14390244. OLE color: 14390244.

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

Color convert

RGB 228 147 219 -
CMYK 0 0.36 0.04 0.11
HSL 306.67º 0.6% 0.74% -
HSV(B) 306.67º 0.36% 0.89% -
XYZ 55.21 42.48 72.31 -
YUV 179.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 228 147 219 0 0.36 0.04 0.11 306.67 0.6 0.74
Hex E4 93 DB 0 24 4 B 133 3C 4A
Octal 344 223 333 0 44 4 13 463 74 112
Binary 11100100 10010011 11011011 0 100100 100 1011 100110011 111100 1001010

Color Harmonies of #E493DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E493DB

Black with #E493DB

Text Example


Text Example

White with #E493DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E493DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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