#EB99EB

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

Shades of Plum #EB99EB

Tints of Plum #EB99EB

Color information

#EB99EB (or 0xEB99EB) is unknown color: approx Plum. HEX triplet: EB, 99 and EB. RGB value is (235,153,235). Sum of RGB (Red+Green+Blue) = 235+153+235=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 153 (60.16% from 255 or 24.56% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EB99EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB99EB is #146614. Grayscale: #BABABA. Windows color (decimal): -1336853 or 15440363. OLE color: 15440363.

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

Color convert

RGB235153235-
CMYK00.3500.08
HSL300º67.21%76.08%-
HSV(B)300º34.89%92.16%-
XYZ60.6546.4484.37-
YUV186.87155.17162.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 153 (60.16% from 255) = 24.56%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=37.72%
G=24.56%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515323500.3500.0830067.2176.08
HexEB99EB0230812c434c
Octal353231353043010454103114
Binary11101011100110011110101101000110100010010110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99EB; }

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

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

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

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

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

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

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

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