#E69BDC

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

Shades of Plum #E69BDC

Tints of Plum #E69BDC

Color information

#E69BDC (or 0xE69BDC) is unknown color: approx Plum. HEX triplet: E6, 9B and DC. RGB value is (230,155,220). Sum of RGB (Red+Green+Blue) = 230+155+220=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BDC is #196423. Grayscale: #B8B8B8. Windows color (decimal): -1664036 or 14457830. OLE color: 14457830.

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

Color convert

RGB230155220-
CMYK00.330.040.10
HSL308º60%75.49%-
HSV(B)308º32.61%90.2%-
XYZ57.2745.4373.46-
YUV184.84147.85160.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.02%
GREEN value IS 155 (60.94% from 255) = 25.62%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=38.02%
G=25.62%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015522000.330.040.103086075.49
HexE69BDC0214A1343c4b
Octal34623333404141246474113
Binary111001101001101111011100010000110010101001101001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BDC; }

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

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

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

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

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

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

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

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