Html Css Color HEX #E390DE Plum

📋 copy color: '#E390DE'

red 227 ◦ green 144 ◦ blue 222

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

Shades of Plum #E390DE

Tints of Plum #E390DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.44%

R = 38.28%
G = 24.28%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E390DE (or 0xE390DE) is known color: Plum. HEX triplet: E3, 90 and DE. RGB value is (227,144,222). Sum of RGB (Red+Green+Blue) = 227+144+222=593 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.28% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 227 - color contains mainly: red. Hex color #E390DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390DE is #1C6F21. Grayscale: #B1B1B1. Windows color (decimal): -1863458 or 14586083. OLE color: 14586083.

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

Color convert

RGB 227 144 222 -
CMYK 0 0.37 0.02 0.11
HSL 303.61º 0.6% 0.73% -
HSV(B) 303.61º 0.37% 0.89% -
XYZ 54.84 41.55 74.24 -
YUV 177.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 227 144 222 0 0.37 0.02 0.11 303.61 0.6 0.73
Hex E3 90 DE 0 25 2 B 130 3C 49
Octal 343 220 336 0 45 2 13 460 74 111
Binary 11100011 10010000 11011110 0 100101 10 1011 100110000 111100 1001001

Color Harmonies of #E390DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E390DE

Black with #E390DE

Text Example


Text Example

White with #E390DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E390DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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