#e68ddd

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

Shades of Plum #E68DDD

Tints of Plum #E68DDD

Color information

#E68DDD (or 0xE68DDD) is unknown color: approx Plum. HEX triplet: E6, 8D and DD. RGB value is (230,141,221). Sum of RGB (Red+Green+Blue) = 230+141+221=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DDD is #197222. Grayscale: #B0B0B0. Windows color (decimal): -1667619 or 14519782. OLE color: 14519782.

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

Color convert

RGB230141221-
CMYK00.390.040.10
HSL306.07º64.03%72.75%-
HSV(B)306.07º38.7%90.2%-
XYZ55.2141.0973.43-
YUV176.73152.99166-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.85%
GREEN value IS 141 (55.47% from 255) = 23.82%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=38.85%
G=23.82%
B=37.33%

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
Decimal23014122100.390.040.10306.0764.0372.75
HexE68DDD0274A1324049
Octal346215335047412462100111
Binary1110011010001101110111010100111100101010011001010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e68ddd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e68ddd; }

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

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

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

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

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

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

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

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