Html Css Color HEX #E293DB Plum

📋 copy color: '#E293DB'

red 226 ◦ green 147 ◦ blue 219

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

Shades of Plum #E293DB

Tints of Plum #E293DB

RGB

 RED value IS 226 (88.67% from 255) = 38.18%

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

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

R = 38.18%
G = 24.83%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E293DB (or 0xE293DB) is known color: Plum. HEX triplet: E2, 93 and DB. RGB value is (226,147,219). Sum of RGB (Red+Green+Blue) = 226+147+219=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E293DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293DB is #1D6C24. Grayscale: #B2B2B2. Windows color (decimal): -1928229 or 14390242. OLE color: 14390242.

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

Color convert

RGB 226 147 219 -
CMYK 0 0.35 0.03 0.11
HSL 305.32º 0.58% 0.73% -
HSV(B) 305.32º 0.35% 0.89% -
XYZ 54.58 42.15 72.28 -
YUV 178.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 226 147 219 0 0.35 0.03 0.11 305.32 0.58 0.73
Hex E2 93 DB 0 23 3 B 131 3A 49
Octal 342 223 333 0 43 3 13 461 72 111
Binary 11100010 10010011 11011011 0 100011 11 1011 100110001 111010 1001001

Color Harmonies of #E293DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E293DB

Black with #E293DB

Text Example


Text Example

White with #E293DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E293DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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