#E698E7

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

Shades of Plum #E698E7

Tints of Plum #E698E7

Color information

#E698E7 (or 0xE698E7) is unknown color: approx Plum. HEX triplet: E6, 98 and E7. RGB value is (230,152,231). Sum of RGB (Red+Green+Blue) = 230+152+231=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 152 (59.77% from 255 or 24.80% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 231 - color contains mainly: blue. Hex color #E698E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E698E7 is #196718. Grayscale: #B8B8B8. Windows color (decimal): -1664793 or 15177958. OLE color: 15177958.

HSL color Cylindrical-coordinate representation of color #E698E7: hue angle of 299.24º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E698E7 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB230152231-
CMYK0.000.3400.09
HSL299.24º62.2%75.1%-
HSV(B)299.24º34.2%90.59%-
XYZ58.2945.0581.22-
YUV184.33154.34160.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.52%
GREEN value IS 152 (59.77% from 255) = 24.80%
BLUE value IS 231 (90.62% from 255) = 37.68%
R=37.52%
G=24.80%
B=37.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2301522310.000.3400.09299.2462.275.1
HexE698E70220912b3e4b
Octal34623034704201145376113
Binary1110011010011000111001110100010010011001010111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E698E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E698E7; }

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

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

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

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

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

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

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

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