Html Css Color HEX #E590DA Plum

📋 copy color: '#E590DA'

red 229 ◦ green 144 ◦ blue 218

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

Shades of Plum #E590DA

Tints of Plum #E590DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.89%

R = 38.75%
G = 24.37%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E590DA (or 0xE590DA) is known color: Plum. HEX triplet: E5, 90 and DA. RGB value is (229,144,218). Sum of RGB (Red+Green+Blue) = 229+144+218=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E590DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590DA is #1A6F25. Grayscale: #B1B1B1. Windows color (decimal): -1732390 or 14323941. OLE color: 14323941.

HSL color Cylindrical-coordinate representation of color #E590DA: hue angle of 307.76º 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 #E590DA is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 144 218 -
CMYK 0 0.37 0.05 0.10
HSL 307.76º 0.62% 0.73% -
HSV(B) 307.76º 0.37% 0.9% -
XYZ 54.94 41.67 71.48 -
YUV 177.85 150.66 164.48 -
System Red Green Blue C M Y K H S L
Decimal 229 144 218 0 0.37 0.05 0.10 307.76 0.62 0.73
Hex E5 90 DA 0 25 5 A 134 3E 49
Octal 345 220 332 0 45 5 12 464 76 111
Binary 11100101 10010000 11011010 0 100101 101 1010 100110100 111110 1001001

Color Harmonies of #E590DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E590DA

Black with #E590DA

Text Example


Text Example

White with #E590DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E590DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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