Html Css Color HEX #E193DB Plum

📋 copy color: '#E193DB'

red 225 ◦ green 147 ◦ blue 219

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

Shades of Plum #E193DB

Tints of Plum #E193DB

RGB

 RED value IS 225 (88.28% from 255) = 38.07%

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

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

R = 38.07%
G = 24.87%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E193DB (or 0xE193DB) is known color: Plum. HEX triplet: E1, 93 and DB. RGB value is (225,147,219). Sum of RGB (Red+Green+Blue) = 225+147+219=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E193DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193DB is #1E6C24. Grayscale: #B2B2B2. Windows color (decimal): -1993765 or 14390241. OLE color: 14390241.

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

Color convert

RGB 225 147 219 -
CMYK 0 0.35 0.03 0.12
HSL 304.62º 0.57% 0.73% -
HSV(B) 304.62º 0.35% 0.88% -
XYZ 54.27 41.99 72.26 -
YUV 178.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 225 147 219 0 0.35 0.03 0.12 304.62 0.57 0.73
Hex E1 93 DB 0 23 3 C 131 39 49
Octal 341 223 333 0 43 3 14 461 71 111
Binary 11100001 10010011 11011011 0 100011 11 1100 100110001 111001 1001001

Color Harmonies of #E193DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E193DB

Black with #E193DB

Text Example


Text Example

White with #E193DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E193DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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