#EB99E6

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

Shades of Plum #EB99E6

Tints of Plum #EB99E6

Color information

#EB99E6 (or 0xEB99E6) is unknown color: approx Plum. HEX triplet: EB, 99 and E6. RGB value is (235,153,230). Sum of RGB (Red+Green+Blue) = 235+153+230=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 153 (60.16% from 255 or 24.76% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB99E6 is #146619. Grayscale: #BABABA. Windows color (decimal): -1336858 or 15112683. OLE color: 15112683.

HSL color Cylindrical-coordinate representation of color #EB99E6: hue angle of 303.66º 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 #EB99E6 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235153230-
CMYK00.350.020.08
HSL303.66º67.21%76.08%-
HSV(B)303.66º34.89%92.16%-
XYZ59.9446.1680.61-
YUV186.3152.67162.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 153 (60.16% from 255) = 24.76%
BLUE value IS 230 (90.23% from 255) = 37.22%
R=38.03%
G=24.76%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515323000.350.020.08303.6667.2176.08
HexEB99E602328130434c
Octal353231346043210460103114
Binary111010111001100111100110010001110100010011000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99E6; }

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

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

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

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

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

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

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

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