Html Css Color HEX #E594DB Plum

📋 copy color: '#E594DB'

red 229 ◦ green 148 ◦ blue 219

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

Shades of Plum #E594DB

Tints of Plum #E594DB

RGB

 RED value IS 229 (89.84% from 255) = 38.42%

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

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

R = 38.42%
G = 24.83%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E594DB (or 0xE594DB) is known color: Plum. HEX triplet: E5, 94 and DB. RGB value is (229,148,219). Sum of RGB (Red+Green+Blue) = 229+148+219=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E594DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594DB is #1A6B24. Grayscale: #B4B4B4. Windows color (decimal): -1731365 or 14390501. OLE color: 14390501.

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

Color convert

RGB 229 148 219 -
CMYK 0 0.35 0.04 0.10
HSL 307.41º 0.61% 0.74% -
HSV(B) 307.41º 0.35% 0.9% -
XYZ 55.69 42.95 72.37 -
YUV 180.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 229 148 219 0 0.35 0.04 0.10 307.41 0.61 0.74
Hex E5 94 DB 0 23 4 A 133 3D 4A
Octal 345 224 333 0 43 4 12 463 75 112
Binary 11100101 10010100 11011011 0 100011 100 1010 100110011 111101 1001010

Color Harmonies of #E594DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E594DB

Black with #E594DB

Text Example


Text Example

White with #E594DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E594DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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