Html Css Color HEX #E390E5 Plum

📋 copy color: '#E390E5'

red 227 ◦ green 144 ◦ blue 229

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

Shades of Plum #E390E5

Tints of Plum #E390E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.17%

R = 37.83%
G = 24%
B = 38.17%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E390E5 (or 0xE390E5) is known color: Plum. HEX triplet: E3, 90 and E5. RGB value is (227,144,229). Sum of RGB (Red+Green+Blue) = 227+144+229=600 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.83% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 229 - color contains mainly: blue. Hex color #E390E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390E5 is #1C6F1A. Grayscale: #B2B2B2. Windows color (decimal): -1863451 or 15044835. OLE color: 15044835.

HSL color Cylindrical-coordinate representation of color #E390E5: hue angle of 298.59º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E390E5 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 227 144 229 -
CMYK 0.01 0.37 0 0.10
HSL 298.59º 0.62% 0.73% -
HSV(B) 298.59º 0.37% 0.9% -
XYZ 55.79 41.93 79.28 -
YUV 178.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 227 144 229 0.01 0.37 0 0.10 298.59 0.62 0.73
Hex E3 90 E5 1 25 0 A 12B 3E 49
Octal 343 220 345 1 45 0 12 453 76 111
Binary 11100011 10010000 11100101 1 100101 0 1010 100101011 111110 1001001

Color Harmonies of #E390E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E390E5

Black with #E390E5

Text Example


Text Example

White with #E390E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E390E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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