#E699EA

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

Shades of Plum #E699EA

Tints of Plum #E699EA

Color information

#E699EA (or 0xE699EA) is unknown color: approx Plum. HEX triplet: E6, 99 and EA. RGB value is (230,153,234). Sum of RGB (Red+Green+Blue) = 230+153+234=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #E699EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E699EA is #196615. Grayscale: #B9B9B9. Windows color (decimal): -1664534 or 15374822. OLE color: 15374822.

HSL color Cylindrical-coordinate representation of color #E699EA: hue angle of 297.04º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E699EA is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230153234-
CMYK0.020.3500.08
HSL297.04º65.85%75.88%-
HSV(B)297.04º34.62%91.76%-
XYZ58.8845.5583.53-
YUV185.26155.51159.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.28%
GREEN value IS 153 (60.16% from 255) = 24.80%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=37.28%
G=24.80%
B=37.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301532340.020.3500.08297.0465.8575.88
HexE699EA22308129424c
Octal346231352243010451102114
Binary111001101001100111101010101000110100010010100110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E699EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E699EA; }

 p { color: rgb(230,153,234); }

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

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

 a { background-color: rgb(230,153,234); }

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

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

 span { border-color: rgb(230,153,234); }

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