Html Css Color HEX #E391E1 Plum

📋 copy color: '#E391E1'

red 227 ◦ green 145 ◦ blue 225

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

Shades of Plum #E391E1

Tints of Plum #E391E1

RGB

 RED value IS 227 (89.06% from 255) = 38.02%

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

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

R = 38.02%
G = 24.29%
B = 37.69%

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

#E391E1 (or 0xE391E1) is known color: Plum. HEX triplet: E3, 91 and E1. RGB value is (227,145,225). Sum of RGB (Red+Green+Blue) = 227+145+225=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 227 - color contains mainly: red. Hex color #E391E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E391E1 is #1C6E1E. Grayscale: #B2B2B2. Windows color (decimal): -1863199 or 14782947. OLE color: 14782947.

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

Color convert

RGB 227 145 225 -
CMYK 0 0.36 0.01 0.11
HSL 301.46º 0.59% 0.73% -
HSV(B) 301.46º 0.36% 0.89% -
XYZ 55.39 42.02 76.42 -
YUV 178.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 227 145 225 0 0.36 0.01 0.11 301.46 0.59 0.73
Hex E3 91 E1 0 24 1 B 12D 3B 49
Octal 343 221 341 0 44 1 13 455 73 111
Binary 11100011 10010001 11100001 0 100100 1 1011 100101101 111011 1001001

Color Harmonies of #E391E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E391E1

Black with #E391E1

Text Example


Text Example

White with #E391E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E391E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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