#E6B3EB

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

Shades of Plum #E6B3EB

Tints of Plum #E6B3EB

Color information

#E6B3EB (or 0xE6B3EB) is unknown color: approx Plum. HEX triplet: E6, B3 and EB. RGB value is (230,179,235). Sum of RGB (Red+Green+Blue) = 230+179+235=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 179 (70.31% from 255 or 27.80% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6B3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B3EB is #194C14. Grayscale: #C8C8C8. Windows color (decimal): -1657877 or 15447014. OLE color: 15447014.

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

Color convert

RGB230179235-
CMYK0.020.2400.08
HSL294.64º58.33%81.18%-
HSV(B)294.64º23.83%92.16%-
XYZ63.7555.0685.87-
YUV200.63147.4148.95-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.71%
GREEN value IS 179 (70.31% from 255) = 27.80%
BLUE value IS 235 (92.19% from 255) = 36.49%
R=35.71%
G=27.80%
B=36.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301792350.020.2400.08294.6458.3381.18
HexE6B3EB218081273a51
Octal34626335323001044772121
Binary1110011010110011111010111011000010001001001111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B3EB; }

 p { color: rgb(230,179,235); }

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

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

 a { background-color: rgb(230,179,235); }

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

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

 span { border-color: rgb(230,179,235); }

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