#EB9AE6

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

Shades of Plum #EB9AE6

Tints of Plum #EB9AE6

Color information

#EB9AE6 (or 0xEB9AE6) is unknown color: approx Plum. HEX triplet: EB, 9A and E6. RGB value is (235,154,230). Sum of RGB (Red+Green+Blue) = 235+154+230=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9AE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9AE6 is #146519. Grayscale: #BABABA. Windows color (decimal): -1336602 or 15112939. OLE color: 15112939.

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

Color convert

RGB235154230-
CMYK00.340.020.08
HSL303.7º66.94%76.27%-
HSV(B)303.7º34.47%92.16%-
XYZ60.146.4980.67-
YUV186.88152.34162.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 154 (60.55% from 255) = 24.88%
BLUE value IS 230 (90.23% from 255) = 37.16%
R=37.96%
G=24.88%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515423000.340.020.08303.766.9476.27
HexEB9AE602228130434c
Octal353232346042210460103114
Binary111010111001101011100110010001010100010011000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9AE6; }

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

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

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

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

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

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

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

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