Html Css Color HEX #E093DB Plum

📋 copy color: '#E093DB'

red 224 ◦ green 147 ◦ blue 219

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

Shades of Plum #E093DB

Tints of Plum #E093DB

RGB

 RED value IS 224 (87.89% from 255) = 37.97%

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

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

R = 37.97%
G = 24.92%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E093DB (or 0xE093DB) is known color: Plum. HEX triplet: E0, 93 and DB. RGB value is (224,147,219). Sum of RGB (Red+Green+Blue) = 224+147+219=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E093DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093DB is #1F6C24. Grayscale: #B2B2B2. Windows color (decimal): -2059301 or 14390240. OLE color: 14390240.

HSL color Cylindrical-coordinate representation of color #E093DB: hue angle of 303.9º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E093DB is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 147 219 -
CMYK 0 0.34 0.02 0.12
HSL 303.9º 0.55% 0.73% -
HSV(B) 303.9º 0.34% 0.88% -
XYZ 53.96 41.83 72.25 -
YUV 178.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 224 147 219 0 0.34 0.02 0.12 303.9 0.55 0.73
Hex E0 93 DB 0 22 2 C 130 37 49
Octal 340 223 333 0 42 2 14 460 67 111
Binary 11100000 10010011 11011011 0 100010 10 1100 100110000 110111 1001001

Color Harmonies of #E093DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093DB

Black with #E093DB

Text Example


Text Example

White with #E093DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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