#E68EDA

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

Shades of Plum #E68EDA

Tints of Plum #E68EDA

Color information

#E68EDA (or 0xE68EDA) is unknown color: approx Plum. HEX triplet: E6, 8E and DA. RGB value is (230,142,218). Sum of RGB (Red+Green+Blue) = 230+142+218=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E68EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68EDA is #197125. Grayscale: #B0B0B0. Windows color (decimal): -1667366 or 14323430. OLE color: 14323430.

HSL color Cylindrical-coordinate representation of color #E68EDA: hue angle of 308.18º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68EDA is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB230142218-
CMYK00.380.050.10
HSL308.18º63.77%72.94%-
HSV(B)308.18º38.26%90.2%-
XYZ54.9641.2371.39-
YUV176.98151.15165.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.98%
GREEN value IS 142 (55.86% from 255) = 24.07%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=38.98%
G=24.07%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014221800.380.050.10308.1863.7772.94
HexE68EDA0265A1344049
Octal346216332046512464100111
Binary1110011010001110110110100100110101101010011010010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68EDA; }

 p { color: rgb(230,142,218); }

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

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

 a { background-color: rgb(230,142,218); }

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

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

 span { border-color: rgb(230,142,218); }

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