#E390CF

Color #E390CF Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #E390CF

Tints of Plum #E390CF

Color information

#E390CF (or 0xE390CF) is unknown color: approx Plum. HEX triplet: E3, 90 and CF. RGB value is (227,144,207). Sum of RGB (Red+Green+Blue) = 227+144+207=578 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.27% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 227 - color contains mainly: red. Hex color #E390CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390CF is #1C6F30. Grayscale: #AFAFAF. Windows color (decimal): -1863473 or 13603043. OLE color: 13603043.

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

Color convert

RGB227144207-
CMYK00.370.090.11
HSL314.46º59.71%72.75%-
HSV(B)314.46º36.56%89.02%-
XYZ52.9140.7864.11-
YUV176145.5164.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.27%
GREEN value IS 144 (56.64% from 255) = 24.91%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=39.27%
G=24.91%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714420700.370.090.11314.4659.7172.75
HexE390CF0259B13a3c49
Octal343220317045111347274111
Binary1110001110010000110011110100101100110111001110101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E390CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E390CF; }

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

 H1.HeaderClassName
 {
   color: #E390CF;
 }
 .AnyTagClassName
 {
   color: #E390CF;
 }
</style>
background-color css

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

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

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

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

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

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