#EB9FE6

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

Shades of Plum #EB9FE6

Tints of Plum #EB9FE6

Color information

#EB9FE6 (or 0xEB9FE6) is unknown color: approx Plum. HEX triplet: EB, 9F and E6. RGB value is (235,159,230). Sum of RGB (Red+Green+Blue) = 235+159+230=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9FE6 is #146019. Grayscale: #BDBDBD. Windows color (decimal): -1335322 or 15114219. OLE color: 15114219.

HSL color Cylindrical-coordinate representation of color #EB9FE6: hue angle of 303.95º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EB9FE6 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235159230-
CMYK00.320.020.08
HSL303.95º65.52%77.25%-
HSV(B)303.95º32.34%92.16%-
XYZ60.9448.1780.95-
YUV189.82150.68160.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 159 (62.5% from 255) = 25.48%
BLUE value IS 230 (90.23% from 255) = 36.86%
R=37.66%
G=25.48%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515923000.320.020.08303.9565.5277.25
HexEB9FE602028130424d
Octal353237346040210460102115
Binary111010111001111111100110010000010100010011000010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FE6; }

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

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

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

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

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

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

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

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