#E698DE

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

Shades of Plum #E698DE

Tints of Plum #E698DE

Color information

#E698DE (or 0xE698DE) is unknown color: approx Plum. HEX triplet: E6, 98 and DE. RGB value is (230,152,222). Sum of RGB (Red+Green+Blue) = 230+152+222=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E698DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698DE is #196721. Grayscale: #B7B7B7. Windows color (decimal): -1664802 or 14588134. OLE color: 14588134.

HSL color Cylindrical-coordinate representation of color #E698DE: hue angle of 306.15º 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 #E698DE is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB230152222-
CMYK00.340.030.10
HSL306.15º60.94%74.9%-
HSV(B)306.15º33.91%90.2%-
XYZ57.0544.5574.7-
YUV183.3149.84161.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.08%
GREEN value IS 152 (59.77% from 255) = 25.17%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=38.08%
G=25.17%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015222200.340.030.10306.1560.9474.9
HexE698DE0223A1323d4b
Octal34623033604231246275113
Binary11100110100110001101111001000101110101001100101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E698DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E698DE; }

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

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

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

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

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

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

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

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