#EBAFEC

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

Shades of Plum #EBAFEC

Tints of Plum #EBAFEC

Color information

#EBAFEC (or 0xEBAFEC) is unknown color: approx Plum. HEX triplet: EB, AF and EC. RGB value is (235,175,236). Sum of RGB (Red+Green+Blue) = 235+175+236=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBAFEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFEC is #145013. Grayscale: #C7C7C7. Windows color (decimal): -1331220 or 15511531. OLE color: 15511531.

HSL color Cylindrical-coordinate representation of color #EBAFEC: hue angle of 299.02º degrees, saturation: 0.62, 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 #EBAFEC is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235175236-
CMYK0.000.2600.07
HSL299.02º61.62%80.59%-
HSV(B)299.02º25.85%92.55%-
XYZ64.7354.3886.44-
YUV199.89148.38153.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 175 (68.75% from 255) = 27.09%
BLUE value IS 236 (92.58% from 255) = 36.53%
R=36.38%
G=27.09%
B=36.53%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351752360.000.2600.07299.0261.6280.59
HexEBAFEC01A0712b3e51
Octal3532573540320745376121
Binary11101011101011111110110001101001111001010111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFEC; }

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

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

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

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

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

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

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

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