Html Css Color HEX #E390D7 Plum

📋 copy color: '#E390D7'

red 227 ◦ green 144 ◦ blue 215

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

Shades of Plum #E390D7

Tints of Plum #E390D7

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.57%

 BLUE value IS 215 (84.38% from 255) = 36.69%

R = 38.74%
G = 24.57%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E390D7 (or 0xE390D7) is known color: Plum. HEX triplet: E3, 90 and D7. RGB value is (227,144,215). Sum of RGB (Red+Green+Blue) = 227+144+215=586 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.74% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 227 - color contains mainly: red. Hex color #E390D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390D7 is #1C6F28. Grayscale: #B0B0B0. Windows color (decimal): -1863465 or 14127331. OLE color: 14127331.

HSL color Cylindrical-coordinate representation of color #E390D7: hue angle of 308.67º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E390D7 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 144 215 -
CMYK 0 0.37 0.05 0.11
HSL 308.67º 0.6% 0.73% -
HSV(B) 308.67º 0.37% 0.89% -
XYZ 53.92 41.18 69.4 -
YUV 176.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 227 144 215 0 0.37 0.05 0.11 308.67 0.6 0.73
Hex E3 90 D7 0 25 5 B 135 3C 49
Octal 343 220 327 0 45 5 13 465 74 111
Binary 11100011 10010000 11010111 0 100101 101 1011 100110101 111100 1001001

Color Harmonies of #E390D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E390D7

Black with #E390D7

Text Example


Text Example

White with #E390D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E390D7; }

 p { color: rgb(227,144,215); }

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

background-color css

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

 a { background-color: rgb(227,144,215); }

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

border-color css

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

 span { border-color: rgb(227,144,215); }

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