Shades of Plum #EBAEEB
Tints of Plum #EBAEEB
RGB
CMYK
RGB Variations
Color information
#EBAEEB (or 0xEBAEEB) is known color: Plum. HEX triplet: EB, AE and EB. RGB value is (235,174,235). Sum of RGB (Red+Green+Blue) = 235+174+235=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBAEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEEB is #145114. Grayscale: #C7C7C7. Windows color (decimal): -1331477 or 15445739. OLE color: 15445739.
HSL color Cylindrical-coordinate representation of color #EBAEEB: hue angle of 300º degrees, saturation: 0.6, 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 #EBAEEB is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 174 | 235 | - |
CMYK | 0 | 0.26 | 0 | 0.08 |
HSL | 300º | 0.6% | 0.8% | - |
HSV(B) | 300º | 0.26% | 0.92% | - |
XYZ | 64.39 | 53.93 | 85.61 | - |
YUV | 199.19 | 148.21 | 153.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 174 | 235 | 0 | 0.26 | 0 | 0.08 | 300 | 0.6 | 0.8 |
Hex | EB | AE | EB | 0 | 1A | 0 | 8 | 12C | 3C | 50 |
Octal | 353 | 256 | 353 | 0 | 32 | 0 | 10 | 454 | 74 | 120 |
Binary | 11101011 | 10101110 | 11101011 | 0 | 11010 | 0 | 1000 | 100101100 | 111100 | 1010000 |
Color Harmonies of #EBAEEB
Complementary color
Monochromatic Colors of #EBAEEB
Black with #EBAEEB
Text Example
Text Example
White with #EBAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEEB; }
p { color: rgb(235,174,235); }
H1.HeaderClassName
{
color: #EBAEEB;
}
.AnyTagClassName
{
color: #EBAEEB;
}
</style>
background-color css
<style>
a { background-color: #EBAEEB; }
a { background-color: rgb(235,174,235); }
div.DivClassName
{
background-color: #EBAEEB;
}
.BgClassName
{
background-color: #EBAEEB;
}
</style>
border-color css
<style>
span { border-color: #EBAEEB; }
span { border-color: rgb(235,174,235); }
td.TdClassName
{
border-color: #EBAEEB;
}
.TagClassName
{
border-color: #EBAEEB;
}
</style>