Html Css Color HEX #E291E0 Plum

📋 copy color: '#E291E0'

red 226 ◦ green 145 ◦ blue 224

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

Shades of Plum #E291E0

Tints of Plum #E291E0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.37%

 BLUE value IS 224 (87.89% from 255) = 37.65%

R = 37.98%
G = 24.37%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E291E0 (or 0xE291E0) is known color: Plum. HEX triplet: E2, 91 and E0. RGB value is (226,145,224). Sum of RGB (Red+Green+Blue) = 226+145+224=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E291E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291E0 is #1D6E1F. Grayscale: #B1B1B1. Windows color (decimal): -1928736 or 14717410. OLE color: 14717410.

HSL color Cylindrical-coordinate representation of color #E291E0: hue angle of 301.48º degrees, saturation: 0.58, 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 #E291E0 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 145 224 -
CMYK 0 0.36 0.01 0.11
HSL 301.48º 0.58% 0.73% -
HSV(B) 301.48º 0.36% 0.89% -
XYZ 54.94 41.8 75.69 -
YUV 178.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 226 145 224 0 0.36 0.01 0.11 301.48 0.58 0.73
Hex E2 91 E0 0 24 1 B 12D 3A 49
Octal 342 221 340 0 44 1 13 455 72 111
Binary 11100010 10010001 11100000 0 100100 1 1011 100101101 111010 1001001

Color Harmonies of #E291E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E291E0

Black with #E291E0

Text Example


Text Example

White with #E291E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E291E0; }

 p { color: rgb(226,145,224); }

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

background-color css

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

 a { background-color: rgb(226,145,224); }

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

border-color css

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

 span { border-color: rgb(226,145,224); }

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