#e698dc

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

Shades of Plum #E698DC

Tints of Plum #E698DC

Color information

#E698DC (or 0xE698DC) is unknown color: approx Plum. HEX triplet: E6, 98 and DC. RGB value is (230,152,220). Sum of RGB (Red+Green+Blue) = 230+152+220=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E698DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698DC is #196723. Grayscale: #B6B6B6. Windows color (decimal): -1664804 or 14457062. OLE color: 14457062.

HSL color Cylindrical-coordinate representation of color #E698DC: hue angle of 307.69º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E698DC is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB230152220-
CMYK00.340.040.10
HSL307.69º60.94%74.9%-
HSV(B)307.69º33.91%90.2%-
XYZ56.7844.4573.3-
YUV183.07148.84161.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.21%
GREEN value IS 152 (59.77% from 255) = 25.25%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=38.21%
G=25.25%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015222000.340.040.10307.6960.9474.9
HexE698DC0224A1343d4b
Octal34623033404241246475113
Binary111001101001100011011100010001010010101001101001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e698dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e698dc; }

 p { color: rgb(230,152,220); }

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

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

 a { background-color: rgb(230,152,220); }

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

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

 span { border-color: rgb(230,152,220); }

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