#EBAFF0

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

Shades of Plum #EBAFF0

Tints of Plum #EBAFF0

Color information

#EBAFF0 (or 0xEBAFF0) is unknown color: approx Plum. HEX triplet: EB, AF and F0. RGB value is (235,175,240). Sum of RGB (Red+Green+Blue) = 235+175+240=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBAFF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFF0 is #14500F. Grayscale: #C8C8C8. Windows color (decimal): -1331216 or 15773675. OLE color: 15773675.

HSL color Cylindrical-coordinate representation of color #EBAFF0: hue angle of 295.38º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBAFF0 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235175240-
CMYK0.020.2700.06
HSL295.38º68.42%81.37%-
HSV(B)295.38º27.08%94.12%-
XYZ65.3254.6189.54-
YUV200.35150.38152.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 175 (68.75% from 255) = 26.92%
BLUE value IS 240 (94.14% from 255) = 36.92%
R=36.15%
G=26.92%
B=36.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351752400.020.2700.06295.3868.4281.37
HexEBAFF021B061274451
Octal35325736023306447104121
Binary1110101110101111111100001011011011010010011110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFF0; }

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

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

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

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

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

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

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

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