#EBA1EA

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

Shades of Plum #EBA1EA

Tints of Plum #EBA1EA

Color information

#EBA1EA (or 0xEBA1EA) is unknown color: approx Plum. HEX triplet: EB, A1 and EA. RGB value is (235,161,234). Sum of RGB (Red+Green+Blue) = 235+161+234=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 161 (63.28% from 255 or 25.56% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1EA is #145E15. Grayscale: #BFBFBF. Windows color (decimal): -1334806 or 15376875. OLE color: 15376875.

HSL color Cylindrical-coordinate representation of color #EBA1EA: hue angle of 300.81º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA1EA is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB235161234-
CMYK00.310.000.08
HSL300.81º64.91%77.65%-
HSV(B)300.81º31.49%92.16%-
XYZ61.8649.0984.06-
YUV191.45152.02159.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 161 (63.28% from 255) = 25.56%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=37.30%
G=25.56%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516123400.310.000.08300.8164.9177.65
HexEBA1EA01F0812d414e
Octal353241352037010455101116
Binary1110101110100001111010100111110100010010110110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1EA; }

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

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

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

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

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

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

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

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