Html Css Color HEX #E590DC Plum

📋 copy color: '#E590DC'

red 229 ◦ green 144 ◦ blue 220

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

Shades of Plum #E590DC

Tints of Plum #E590DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.28%

 BLUE value IS 220 (86.33% from 255) = 37.1%

R = 38.62%
G = 24.28%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E590DC (or 0xE590DC) is known color: Plum. HEX triplet: E5, 90 and DC. RGB value is (229,144,220). Sum of RGB (Red+Green+Blue) = 229+144+220=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E590DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590DC is #1A6F23. Grayscale: #B1B1B1. Windows color (decimal): -1732388 or 14455013. OLE color: 14455013.

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

Color convert

RGB 229 144 220 -
CMYK 0 0.37 0.04 0.10
HSL 306.35º 0.62% 0.73% -
HSV(B) 306.35º 0.37% 0.9% -
XYZ 55.2 41.77 72.86 -
YUV 178.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 229 144 220 0 0.37 0.04 0.10 306.35 0.62 0.73
Hex E5 90 DC 0 25 4 A 132 3E 49
Octal 345 220 334 0 45 4 12 462 76 111
Binary 11100101 10010000 11011100 0 100101 100 1010 100110010 111110 1001001

Color Harmonies of #E590DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E590DC

Black with #E590DC

Text Example


Text Example

White with #E590DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E590DC; }

 p { color: rgb(229,144,220); }

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

background-color css

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

 a { background-color: rgb(229,144,220); }

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

border-color css

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

 span { border-color: rgb(229,144,220); }

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