#EBAFED

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

Shades of Plum #EBAFED

Tints of Plum #EBAFED

Color information

#EBAFED (or 0xEBAFED) is unknown color: approx Plum. HEX triplet: EB, AF and ED. RGB value is (235,175,237). Sum of RGB (Red+Green+Blue) = 235+175+237=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBAFED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFED is #145012. Grayscale: #C7C7C7. Windows color (decimal): -1331219 or 15577067. OLE color: 15577067.

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

Color convert

RGB235175237-
CMYK0.010.2600.07
HSL298.06º63.27%80.78%-
HSV(B)298.06º26.16%92.94%-
XYZ64.8854.4487.21-
YUV200.01148.88152.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 175 (68.75% from 255) = 27.05%
BLUE value IS 237 (92.97% from 255) = 36.63%
R=36.32%
G=27.05%
B=36.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351752370.010.2600.07298.0663.2780.78
HexEBAFED11A0712a3f51
Octal3532573551320745277121
Binary11101011101011111110110111101001111001010101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFED; }

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

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

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

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

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

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

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

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