#E692DB

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

Shades of Plum #E692DB

Tints of Plum #E692DB

Color information

#E692DB (or 0xE692DB) is unknown color: approx Plum. HEX triplet: E6, 92 and DB. RGB value is (230,146,219). Sum of RGB (Red+Green+Blue) = 230+146+219=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E692DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E692DB is #196D24. Grayscale: #B3B3B3. Windows color (decimal): -1666341 or 14389990. OLE color: 14389990.

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

Color convert

RGB230146219-
CMYK00.370.050.10
HSL307.86º62.69%73.73%-
HSV(B)307.86º36.52%90.2%-
XYZ55.742.572.28-
YUV179.44150.33164.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.66%
GREEN value IS 146 (57.42% from 255) = 24.54%
BLUE value IS 219 (85.94% from 255) = 36.81%
R=38.66%
G=24.54%
B=36.81%

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
Decimal23014621900.370.050.10307.8662.6973.73
HexE692DB0255A1343f4a
Octal34622233304551246477112
Binary111001101001001011011011010010110110101001101001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E692DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E692DB; }

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

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

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

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

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

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

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

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