Html Css Color HEX #E290E5 Plum

📋 copy color: '#E290E5'

red 226 ◦ green 144 ◦ blue 229

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

Shades of Plum #E290E5

Tints of Plum #E290E5

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

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

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

Color convert

RGB 226 144 229 -
CMYK 0.01 0.37 0 0.10
HSL 297.88º 0.62% 0.73% -
HSV(B) 297.88º 0.37% 0.9% -
XYZ 55.48 41.77 79.27 -
YUV 178.21 156.67 162.09 -
System Red Green Blue C M Y K H S L
Decimal 226 144 229 0.01 0.37 0 0.10 297.88 0.62 0.73
Hex E2 90 E5 1 25 0 A 12A 3E 49
Octal 342 220 345 1 45 0 12 452 76 111
Binary 11100010 10010000 11100101 1 100101 0 1010 100101010 111110 1001001

Color Harmonies of #E290E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E290E5

Black with #E290E5

Text Example


Text Example

White with #E290E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E290E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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