Html Css Color HEX #E391E2 Plum

📋 copy color: '#E391E2'

red 227 ◦ green 145 ◦ blue 226

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

Shades of Plum #E391E2

Tints of Plum #E391E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.79%

R = 37.96%
G = 24.25%
B = 37.79%

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

#E391E2 (or 0xE391E2) is known color: Plum. HEX triplet: E3, 91 and E2. RGB value is (227,145,226). Sum of RGB (Red+Green+Blue) = 227+145+226=598 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.96% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 227 - color contains mainly: red. Hex color #E391E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E391E2 is #1C6E1D. Grayscale: #B2B2B2. Windows color (decimal): -1863198 or 14848483. OLE color: 14848483.

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

Color convert

RGB 227 145 226 -
CMYK 0 0.36 0.00 0.11
HSL 300.73º 0.59% 0.73% -
HSV(B) 300.73º 0.36% 0.89% -
XYZ 55.53 42.07 77.15 -
YUV 178.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 227 145 226 0 0.36 0.00 0.11 300.73 0.59 0.73
Hex E3 91 E2 0 24 0 B 12D 3B 49
Octal 343 221 342 0 44 0 13 455 73 111
Binary 11100011 10010001 11100010 0 100100 0 1011 100101101 111011 1001001

Color Harmonies of #E391E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E391E2

Black with #E391E2

Text Example


Text Example

White with #E391E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E391E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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