#EB9AEA

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

Shades of Plum #EB9AEA

Tints of Plum #EB9AEA

Color information

#EB9AEA (or 0xEB9AEA) is unknown color: approx Plum. HEX triplet: EB, 9A and EA. RGB value is (235,154,234). Sum of RGB (Red+Green+Blue) = 235+154+234=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 154 (60.55% from 255 or 24.72% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9AEA is #146515. Grayscale: #BBBBBB. Windows color (decimal): -1336598 or 15375083. OLE color: 15375083.

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

Color convert

RGB235154234-
CMYK00.340.000.08
HSL300.74º66.94%76.27%-
HSV(B)300.74º34.47%92.16%-
XYZ60.6746.7183.66-
YUV187.34154.34162-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 154 (60.55% from 255) = 24.72%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=37.72%
G=24.72%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515423400.340.000.08300.7466.9476.27
HexEB9AEA0220812d434c
Octal353232352042010455103114
Binary11101011100110101110101001000100100010010110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9AEA; }

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

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

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

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

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

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

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

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