#EBADEA

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

Shades of Plum #EBADEA

Tints of Plum #EBADEA

Color information

#EBADEA (or 0xEBADEA) is unknown color: approx Plum. HEX triplet: EB, AD and EA. RGB value is (235,173,234). Sum of RGB (Red+Green+Blue) = 235+173+234=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADEA is #145215. Grayscale: #C6C6C6. Windows color (decimal): -1331734 or 15379947. OLE color: 15379947.

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

Color convert

RGB235173234-
CMYK00.260.000.08
HSL300.97º60.78%80%-
HSV(B)300.97º26.38%92.16%-
XYZ64.0653.4984.79-
YUV198.49148.04154.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 173 (67.97% from 255) = 26.95%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=36.60%
G=26.95%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517323400.260.000.08300.9760.7880
HexEBADEA01A0812d3d50
Octal35325535203201045575120
Binary111010111010110111101010011010010001001011011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADEA; }

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

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

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

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

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

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

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

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