Html Css Color HEX #E392D6 Plum

📋 copy color: '#E392D6'

red 227 ◦ green 146 ◦ blue 214

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

Shades of Plum #E392D6

Tints of Plum #E392D6

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.87%

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

R = 38.67%
G = 24.87%
B = 36.46%

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

#E392D6 (or 0xE392D6) is known color: Plum. HEX triplet: E3, 92 and D6. RGB value is (227,146,214). Sum of RGB (Red+Green+Blue) = 227+146+214=587 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.67% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 227 - color contains mainly: red. Hex color #E392D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392D6 is #1C6D29. Grayscale: #B1B1B1. Windows color (decimal): -1862954 or 14062307. OLE color: 14062307.

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

Color convert

RGB 227 146 214 -
CMYK 0 0.36 0.06 0.11
HSL 309.63º 0.59% 0.73% -
HSV(B) 309.63º 0.36% 0.89% -
XYZ 54.1 41.74 68.82 -
YUV 177.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 227 146 214 0 0.36 0.06 0.11 309.63 0.59 0.73
Hex E3 92 D6 0 24 6 B 136 3B 49
Octal 343 222 326 0 44 6 13 466 73 111
Binary 11100011 10010010 11010110 0 100100 110 1011 100110110 111011 1001001

Color Harmonies of #E392D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E392D6

Black with #E392D6

Text Example


Text Example

White with #E392D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E392D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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