#EBADEB

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

Shades of Plum #EBADEB

Tints of Plum #EBADEB

Color information

#EBADEB (or 0xEBADEB) is unknown color: approx Plum. HEX triplet: EB, AD and EB. RGB value is (235,173,235). Sum of RGB (Red+Green+Blue) = 235+173+235=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADEB is #145214. Grayscale: #C6C6C6. Windows color (decimal): -1331733 or 15445483. OLE color: 15445483.

HSL color Cylindrical-coordinate representation of color #EBADEB: hue angle of 300º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBADEB is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235173235-
CMYK00.2600.08
HSL300º60.78%80%-
HSV(B)300º26.38%92.16%-
XYZ64.253.5585.55-
YUV198.61148.54153.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 173 (67.97% from 255) = 26.91%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=36.55%
G=26.91%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517323500.2600.0830060.7880
HexEBADEB01A0812c3d50
Octal35325535303201045475120
Binary111010111010110111101011011010010001001011001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADEB; }

 p { color: rgb(235,173,235); }

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

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

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

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

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

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

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