#E694D6

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

Shades of Plum #E694D6

Tints of Plum #E694D6

Color information

#E694D6 (or 0xE694D6) is unknown color: approx Plum. HEX triplet: E6, 94 and D6. RGB value is (230,148,214). Sum of RGB (Red+Green+Blue) = 230+148+214=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E694D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E694D6 is #196B29. Grayscale: #B3B3B3. Windows color (decimal): -1665834 or 14062822. OLE color: 14062822.

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

Color convert

RGB230148214-
CMYK00.360.070.10
HSL311.71º62.12%74.12%-
HSV(B)311.71º35.65%90.2%-
XYZ55.3642.8668.97-
YUV180.04147.17163.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.85%
GREEN value IS 148 (58.20% from 255) = 25%
BLUE value IS 214 (83.98% from 255) = 36.15%
R=38.85%
G=25%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014821400.360.070.10311.7162.1274.12
HexE694D60247A1383e4a
Octal34622432604471247076112
Binary111001101001010011010110010010011110101001110001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E694D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E694D6; }

 p { color: rgb(230,148,214); }

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

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

 a { background-color: rgb(230,148,214); }

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

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

 span { border-color: rgb(230,148,214); }

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