#EB99EA

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

Shades of Plum #EB99EA

Tints of Plum #EB99EA

Color information

#EB99EA (or 0xEB99EA) is unknown color: approx Plum. HEX triplet: EB, 99 and EA. RGB value is (235,153,234). Sum of RGB (Red+Green+Blue) = 235+153+234=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB99EA is #146615. Grayscale: #BABABA. Windows color (decimal): -1336854 or 15374827. OLE color: 15374827.

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

Color convert

RGB235153234-
CMYK00.350.000.08
HSL300.73º67.21%76.08%-
HSV(B)300.73º34.89%92.16%-
XYZ60.546.3983.61-
YUV186.75154.67162.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 153 (60.16% from 255) = 24.60%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=37.78%
G=24.60%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515323400.350.000.08300.7367.2176.08
HexEB99EA0230812d434c
Octal353231352043010455103114
Binary11101011100110011110101001000110100010010110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99EA; }

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

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

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

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

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

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

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

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