Html Css Color HEX #E291E1 Plum

📋 copy color: '#E291E1'

red 226 ◦ green 145 ◦ blue 225

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

Shades of Plum #E291E1

Tints of Plum #E291E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.75%

R = 37.92%
G = 24.33%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#E291E1 (or 0xE291E1) is known color: Plum. HEX triplet: E2, 91 and E1. RGB value is (226,145,225). Sum of RGB (Red+Green+Blue) = 226+145+225=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E291E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291E1 is #1D6E1E. Grayscale: #B2B2B2. Windows color (decimal): -1928735 or 14782946. OLE color: 14782946.

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

Color convert

RGB 226 145 225 -
CMYK 0 0.36 0.00 0.11
HSL 300.74º 0.58% 0.73% -
HSV(B) 300.74º 0.36% 0.89% -
XYZ 55.08 41.86 76.41 -
YUV 178.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 226 145 225 0 0.36 0.00 0.11 300.74 0.58 0.73
Hex E2 91 E1 0 24 0 B 12D 3A 49
Octal 342 221 341 0 44 0 13 455 72 111
Binary 11100010 10010001 11100001 0 100100 0 1011 100101101 111010 1001001

Color Harmonies of #E291E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E291E1

Black with #E291E1

Text Example


Text Example

White with #E291E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E291E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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