Html Css Color HEX #E590E2 Plum

📋 copy color: '#E590E2'

red 229 ◦ green 144 ◦ blue 226

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

Shades of Plum #E590E2

Tints of Plum #E590E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.73%

R = 38.23%
G = 24.04%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E590E2 (or 0xE590E2) is known color: Plum. HEX triplet: E5, 90 and E2. RGB value is (229,144,226). Sum of RGB (Red+Green+Blue) = 229+144+226=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E590E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590E2 is #1A6F1D. Grayscale: #B2B2B2. Windows color (decimal): -1732382 or 14848229. OLE color: 14848229.

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

Color convert

RGB 229 144 226 -
CMYK 0 0.37 0.01 0.10
HSL 302.12º 0.62% 0.73% -
HSV(B) 302.12º 0.37% 0.9% -
XYZ 56.01 42.1 77.12 -
YUV 178.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 229 144 226 0 0.37 0.01 0.10 302.12 0.62 0.73
Hex E5 90 E2 0 25 1 A 12E 3E 49
Octal 345 220 342 0 45 1 12 456 76 111
Binary 11100101 10010000 11100010 0 100101 1 1010 100101110 111110 1001001

Color Harmonies of #E590E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E590E2

Black with #E590E2

Text Example


Text Example

White with #E590E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E590E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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