#EB99E0

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

Shades of Plum #EB99E0

Tints of Plum #EB99E0

Color information

#EB99E0 (or 0xEB99E0) is unknown color: approx Plum. HEX triplet: EB, 99 and E0. RGB value is (235,153,224). Sum of RGB (Red+Green+Blue) = 235+153+224=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99E0 is #14661F. Grayscale: #B9B9B9. Windows color (decimal): -1336864 or 14719467. OLE color: 14719467.

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

Color convert

RGB235153224-
CMYK00.350.050.08
HSL308.05º67.21%76.08%-
HSV(B)308.05º34.89%92.16%-
XYZ59.1145.8376.25-
YUV185.61149.67163.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 153 (60.16% from 255) = 25%
BLUE value IS 224 (87.89% from 255) = 36.60%
R=38.40%
G=25%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515322400.350.050.08308.0567.2176.08
HexEB99E002358134434c
Octal353231340043510464103114
Binary1110101110011001111000000100011101100010011010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99E0; }

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

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

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

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

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

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

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

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