#E690DB

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

Shades of Plum #E690DB

Tints of Plum #E690DB

Color information

#E690DB (or 0xE690DB) is unknown color: approx Plum. HEX triplet: E6, 90 and DB. RGB value is (230,144,219). Sum of RGB (Red+Green+Blue) = 230+144+219=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E690DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690DB is #196F24. Grayscale: #B2B2B2. Windows color (decimal): -1666853 or 14389478. OLE color: 14389478.

HSL color Cylindrical-coordinate representation of color #E690DB: hue angle of 307.67º degrees, saturation: 0.63, 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 #E690DB is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB230144219-
CMYK00.370.050.10
HSL307.67º63.24%73.33%-
HSV(B)307.67º37.39%90.2%-
XYZ55.3941.8872.18-
YUV178.26150.99164.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.79%
GREEN value IS 144 (56.64% from 255) = 24.28%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=38.79%
G=24.28%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014421900.370.050.10307.6763.2473.33
HexE690DB0255A1343f49
Octal34622033304551246477111
Binary111001101001000011011011010010110110101001101001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E690DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E690DB; }

 p { color: rgb(230,144,219); }

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

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

 a { background-color: rgb(230,144,219); }

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

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

 span { border-color: rgb(230,144,219); }

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