Html Css Color HEX #E390D0 Plum

📋 copy color: '#E390D0'

red 227 ◦ green 144 ◦ blue 208

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

Shades of Plum #E390D0

Tints of Plum #E390D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.92%

R = 39.21%
G = 24.87%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E390D0 (or 0xE390D0) is known color: Plum. HEX triplet: E3, 90 and D0. RGB value is (227,144,208). Sum of RGB (Red+Green+Blue) = 227+144+208=579 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.21% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 227 - color contains mainly: red. Hex color #E390D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390D0 is #1C6F2F. Grayscale: #AFAFAF. Windows color (decimal): -1863472 or 13668579. OLE color: 13668579.

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

Color convert

RGB 227 144 208 -
CMYK 0 0.37 0.08 0.11
HSL 313.73º 0.6% 0.73% -
HSV(B) 313.73º 0.37% 0.89% -
XYZ 53.04 40.83 64.76 -
YUV 176.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 227 144 208 0 0.37 0.08 0.11 313.73 0.6 0.73
Hex E3 90 D0 0 25 8 B 13A 3C 49
Octal 343 220 320 0 45 10 13 472 74 111
Binary 11100011 10010000 11010000 0 100101 1000 1011 100111010 111100 1001001

Color Harmonies of #E390D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E390D0

Black with #E390D0

Text Example


Text Example

White with #E390D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E390D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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