#EBA4ED

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

Shades of Plum #EBA4ED

Tints of Plum #EBA4ED

Color information

#EBA4ED (or 0xEBA4ED) is unknown color: approx Plum. HEX triplet: EB, A4 and ED. RGB value is (235,164,237). Sum of RGB (Red+Green+Blue) = 235+164+237=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 164 (64.45% from 255 or 25.79% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBA4ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4ED is #145B12. Grayscale: #C1C1C1. Windows color (decimal): -1334035 or 15574251. OLE color: 15574251.

HSL color Cylindrical-coordinate representation of color #EBA4ED: hue angle of 298.36º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA4ED is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235164237-
CMYK0.010.3100.07
HSL298.36º66.97%78.63%-
HSV(B)298.36º30.8%92.94%-
XYZ62.8250.3386.52-
YUV193.55152.52157.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 164 (64.45% from 255) = 25.79%
BLUE value IS 237 (92.97% from 255) = 37.26%
R=36.95%
G=25.79%
B=37.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351642370.010.3100.07298.3666.9778.63
HexEBA4ED11F0712a434f
Octal35324435513707452103117
Binary111010111010010011101101111111011110010101010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4ED; }

 p { color: rgb(235,164,237); }

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

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

 a { background-color: rgb(235,164,237); }

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

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

 span { border-color: rgb(235,164,237); }

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