#E68DDC

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

Shades of Plum #E68DDC

Tints of Plum #E68DDC

Color information

#E68DDC (or 0xE68DDC) is unknown color: approx Plum. HEX triplet: E6, 8D and DC. RGB value is (230,141,220). Sum of RGB (Red+Green+Blue) = 230+141+220=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DDC is #197223. Grayscale: #B0B0B0. Windows color (decimal): -1667620 or 14454246. OLE color: 14454246.

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

Color convert

RGB230141220-
CMYK00.390.040.10
HSL306.74º64.03%72.75%-
HSV(B)306.74º38.7%90.2%-
XYZ55.0841.0472.73-
YUV176.62152.49166.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.92%
GREEN value IS 141 (55.47% from 255) = 23.86%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=38.92%
G=23.86%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014122000.390.040.10306.7464.0372.75
HexE68DDC0274A1334049
Octal346215334047412463100111
Binary1110011010001101110111000100111100101010011001110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68DDC; }

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

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

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

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

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

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

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

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