#EBB0EB

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

Shades of Plum #EBB0EB

Tints of Plum #EBB0EB

Color information

#EBB0EB (or 0xEBB0EB) is unknown color: approx Plum. HEX triplet: EB, B0 and EB. RGB value is (235,176,235). Sum of RGB (Red+Green+Blue) = 235+176+235=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 176 (69.14% from 255 or 27.24% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBB0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB0EB is #144F14. Grayscale: #C8C8C8. Windows color (decimal): -1330965 or 15446251. OLE color: 15446251.

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

Color convert

RGB235176235-
CMYK00.2500.08
HSL300º59.6%80.59%-
HSV(B)300º25.11%92.16%-
XYZ64.7854.7185.74-
YUV200.37147.55152.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 176 (69.14% from 255) = 27.24%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=36.38%
G=27.24%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517623500.2500.0830059.680.59
HexEBB0EB0190812c3c51
Octal35326035303101045474121
Binary111010111011000011101011011001010001001011001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0EB; }

 p { color: rgb(235,176,235); }

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

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

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

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

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

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

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