#EBA1E8

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

Shades of Plum #EBA1E8

Tints of Plum #EBA1E8

Color information

#EBA1E8 (or 0xEBA1E8) is unknown color: approx Plum. HEX triplet: EB, A1 and E8. RGB value is (235,161,232). Sum of RGB (Red+Green+Blue) = 235+161+232=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 161 (63.28% from 255 or 25.64% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1E8 is #145E17. Grayscale: #BFBFBF. Windows color (decimal): -1334808 or 15245803. OLE color: 15245803.

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

Color convert

RGB235161232-
CMYK00.310.010.08
HSL302.43º64.91%77.65%-
HSV(B)302.43º31.49%92.16%-
XYZ61.5748.9882.55-
YUV191.22151.02159.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 161 (63.28% from 255) = 25.64%
BLUE value IS 232 (91.02% from 255) = 36.94%
R=37.42%
G=25.64%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516123200.310.010.08302.4364.9177.65
HexEBA1E801F1812e414e
Octal353241350037110456101116
Binary1110101110100001111010000111111100010010111010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1E8; }

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

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

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

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

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

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

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

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