Html Css Color HEX #E391D6 Plum

📋 copy color: '#E391D6'

red 227 ◦ green 145 ◦ blue 214

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

Shades of Plum #E391D6

Tints of Plum #E391D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.52%

R = 38.74%
G = 24.74%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E391D6 (or 0xE391D6) is known color: Plum. HEX triplet: E3, 91 and D6. RGB value is (227,145,214). Sum of RGB (Red+Green+Blue) = 227+145+214=586 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.74% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 227 - color contains mainly: red. Hex color #E391D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E391D6 is #1C6E29. Grayscale: #B1B1B1. Windows color (decimal): -1863210 or 14062051. OLE color: 14062051.

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

Color convert

RGB 227 145 214 -
CMYK 0 0.36 0.06 0.11
HSL 309.51º 0.59% 0.73% -
HSV(B) 309.51º 0.36% 0.89% -
XYZ 53.94 41.44 68.77 -
YUV 177.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 227 145 214 0 0.36 0.06 0.11 309.51 0.59 0.73
Hex E3 91 D6 0 24 6 B 136 3B 49
Octal 343 221 326 0 44 6 13 466 73 111
Binary 11100011 10010001 11010110 0 100100 110 1011 100110110 111011 1001001

Color Harmonies of #E391D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E391D6

Black with #E391D6

Text Example


Text Example

White with #E391D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E391D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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