Html Css Color HEX #E590DD Plum

📋 copy color: '#E590DD'

red 229 ◦ green 144 ◦ blue 221

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

Shades of Plum #E590DD

Tints of Plum #E590DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.21%

R = 38.55%
G = 24.24%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E590DD (or 0xE590DD) is known color: Plum. HEX triplet: E5, 90 and DD. RGB value is (229,144,221). Sum of RGB (Red+Green+Blue) = 229+144+221=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E590DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590DD is #1A6F22. Grayscale: #B1B1B1. Windows color (decimal): -1732387 or 14520549. OLE color: 14520549.

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

Color convert

RGB 229 144 221 -
CMYK 0 0.37 0.03 0.10
HSL 305.65º 0.62% 0.73% -
HSV(B) 305.65º 0.37% 0.9% -
XYZ 55.34 41.82 73.56 -
YUV 178.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 229 144 221 0 0.37 0.03 0.10 305.65 0.62 0.73
Hex E5 90 DD 0 25 3 A 132 3E 49
Octal 345 220 335 0 45 3 12 462 76 111
Binary 11100101 10010000 11011101 0 100101 11 1010 100110010 111110 1001001

Color Harmonies of #E590DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E590DD

Black with #E590DD

Text Example


Text Example

White with #E590DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E590DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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