#EB99E5

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

Shades of Plum #EB99E5

Tints of Plum #EB99E5

Color information

#EB99E5 (or 0xEB99E5) is unknown color: approx Plum. HEX triplet: EB, 99 and E5. RGB value is (235,153,229). Sum of RGB (Red+Green+Blue) = 235+153+229=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99E5 is #14661A. Grayscale: #B9B9B9. Windows color (decimal): -1336859 or 15047147. OLE color: 15047147.

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

Color convert

RGB235153229-
CMYK00.350.030.08
HSL304.39º67.21%76.08%-
HSV(B)304.39º34.89%92.16%-
XYZ59.846.179.88-
YUV186.18152.17162.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 153 (60.16% from 255) = 24.80%
BLUE value IS 229 (89.84% from 255) = 37.12%
R=38.09%
G=24.80%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515322900.350.030.08304.3967.2176.08
HexEB99E502338130434c
Octal353231345043310460103114
Binary111010111001100111100101010001111100010011000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99E5; }

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

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

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

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

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

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

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

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