Html Css Color HEX #E290DA Plum

📋 copy color: '#E290DA'

red 226 ◦ green 144 ◦ blue 218

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

Shades of Plum #E290DA

Tints of Plum #E290DA

RGB

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

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

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

R = 38.44%
G = 24.49%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E290DA (or 0xE290DA) is known color: Plum. HEX triplet: E2, 90 and DA. RGB value is (226,144,218). Sum of RGB (Red+Green+Blue) = 226+144+218=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E290DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E290DA is #1D6F25. Grayscale: #B0B0B0. Windows color (decimal): -1928998 or 14323938. OLE color: 14323938.

HSL color Cylindrical-coordinate representation of color #E290DA: hue angle of 305.85º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E290DA is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 144 218 -
CMYK 0 0.36 0.04 0.11
HSL 305.85º 0.59% 0.73% -
HSV(B) 305.85º 0.36% 0.89% -
XYZ 53.99 41.18 71.43 -
YUV 176.95 151.17 162.98 -
System Red Green Blue C M Y K H S L
Decimal 226 144 218 0 0.36 0.04 0.11 305.85 0.59 0.73
Hex E2 90 DA 0 24 4 B 132 3B 49
Octal 342 220 332 0 44 4 13 462 73 111
Binary 11100010 10010000 11011010 0 100100 100 1011 100110010 111011 1001001

Color Harmonies of #E290DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E290DA

Black with #E290DA

Text Example


Text Example

White with #E290DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E290DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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