#EBAEF1

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

Shades of Plum #EBAEF1

Tints of Plum #EBAEF1

Color information

#EBAEF1 (or 0xEBAEF1) is unknown color: approx Plum. HEX triplet: EB, AE and F1. RGB value is (235,174,241). Sum of RGB (Red+Green+Blue) = 235+174+241=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBAEF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEF1 is #14510E. Grayscale: #C7C7C7. Windows color (decimal): -1331471 or 15838955. OLE color: 15838955.

HSL color Cylindrical-coordinate representation of color #EBAEF1: hue angle of 294.63º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAEF1 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235174241-
CMYK0.020.2800.05
HSL294.63º70.53%81.37%-
HSV(B)294.63º27.8%94.51%-
XYZ65.2754.2990.26-
YUV199.88151.21153.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 174 (68.36% from 255) = 26.77%
BLUE value IS 241 (94.53% from 255) = 37.08%
R=36.15%
G=26.77%
B=37.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351742410.020.2800.05294.6370.5381.37
HexEBAEF121C051274751
Octal35325636123405447107121
Binary1110101110101110111100011011100010110010011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEF1; }

 p { color: rgb(235,174,241); }

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

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

 a { background-color: rgb(235,174,241); }

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

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

 span { border-color: rgb(235,174,241); }

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