Html Css Color HEX #E391DC Plum

📋 copy color: '#E391DC'

red 227 ◦ green 145 ◦ blue 220

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

Shades of Plum #E391DC

Tints of Plum #E391DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.16%

R = 38.34%
G = 24.49%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E391DC (or 0xE391DC) is known color: Plum. HEX triplet: E3, 91 and DC. RGB value is (227,145,220). Sum of RGB (Red+Green+Blue) = 227+145+220=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 227 - color contains mainly: red. Hex color #E391DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E391DC is #1C6E23. Grayscale: #B1B1B1. Windows color (decimal): -1863204 or 14455267. OLE color: 14455267.

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

Color convert

RGB 227 145 220 -
CMYK 0 0.36 0.03 0.11
HSL 305.12º 0.59% 0.73% -
HSV(B) 305.12º 0.36% 0.89% -
XYZ 54.72 41.75 72.88 -
YUV 178.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 227 145 220 0 0.36 0.03 0.11 305.12 0.59 0.73
Hex E3 91 DC 0 24 3 B 131 3B 49
Octal 343 221 334 0 44 3 13 461 73 111
Binary 11100011 10010001 11011100 0 100100 11 1011 100110001 111011 1001001

Color Harmonies of #E391DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E391DC

Black with #E391DC

Text Example


Text Example

White with #E391DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E391DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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