#EBA1E3

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

Shades of Plum #EBA1E3

Tints of Plum #EBA1E3

Color information

#EBA1E3 (or 0xEBA1E3) is unknown color: approx Plum. HEX triplet: EB, A1 and E3. RGB value is (235,161,227). Sum of RGB (Red+Green+Blue) = 235+161+227=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 161 (63.28% from 255 or 25.84% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1E3 is #145E1C. Grayscale: #BEBEBE. Windows color (decimal): -1334813 or 14918123. OLE color: 14918123.

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

Color convert

RGB235161227-
CMYK00.310.030.08
HSL306.49º64.91%77.65%-
HSV(B)306.49º31.49%92.16%-
XYZ60.8748.778.86-
YUV190.65148.52159.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 161 (63.28% from 255) = 25.84%
BLUE value IS 227 (89.06% from 255) = 36.44%
R=37.72%
G=25.84%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516122700.310.030.08306.4964.9177.65
HexEBA1E301F38132414e
Octal353241343037310462101116
Binary11101011101000011110001101111111100010011001010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1E3; }

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

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

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

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

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

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

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

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