#EB99E2

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

Shades of Plum #EB99E2

Tints of Plum #EB99E2

Color information

#EB99E2 (or 0xEB99E2) is unknown color: approx Plum. HEX triplet: EB, 99 and E2. RGB value is (235,153,226). Sum of RGB (Red+Green+Blue) = 235+153+226=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99E2 is #14661D. Grayscale: #B9B9B9. Windows color (decimal): -1336862 or 14850539. OLE color: 14850539.

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

Color convert

RGB235153226-
CMYK00.350.040.08
HSL306.59º67.21%76.08%-
HSV(B)306.59º34.89%92.16%-
XYZ59.3845.9477.69-
YUV185.84150.67163.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 153 (60.16% from 255) = 24.92%
BLUE value IS 226 (88.67% from 255) = 36.81%
R=38.27%
G=24.92%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515322600.350.040.08306.5967.2176.08
HexEB99E202348133434c
Octal353231342043410463103114
Binary1110101110011001111000100100011100100010011001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99E2; }

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

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

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

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

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

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

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

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