Shades of Plum #E5AFEB
Tints of Plum #E5AFEB
RGB
CMYK
RGB Variations
Color information
#E5AFEB (or 0xE5AFEB) is known color: Plum. HEX triplet: E5, AF and EB. RGB value is (229,175,235). Sum of RGB (Red+Green+Blue) = 229+175+235=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFEB is #1A5014. Grayscale: #C5C5C5. Windows color (decimal): -1724437 or 15445989. OLE color: 15445989.
HSL color Cylindrical-coordinate representation of color #E5AFEB: hue angle of 294º 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 #E5AFEB is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 229 | 175 | 235 | - |
CMYK | 0.03 | 0.26 | 0 | 0.08 |
HSL | 294º | 0.6% | 0.8% | - |
HSV(B) | 294º | 0.26% | 0.92% | - |
XYZ | 62.64 | 53.32 | 85.59 | - |
YUV | 197.99 | 148.89 | 150.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 175 | 235 | 0.03 | 0.26 | 0 | 0.08 | 294 | 0.6 | 0.8 |
Hex | E5 | AF | EB | 3 | 1A | 0 | 8 | 126 | 3C | 50 |
Octal | 345 | 257 | 353 | 3 | 32 | 0 | 10 | 446 | 74 | 120 |
Binary | 11100101 | 10101111 | 11101011 | 11 | 11010 | 0 | 1000 | 100100110 | 111100 | 1010000 |
Color Harmonies of #E5AFEB
Complementary color
Monochromatic Colors of #E5AFEB
Black with #E5AFEB
Text Example
Text Example
White with #E5AFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFEB; }
p { color: rgb(229,175,235); }
H1.HeaderClassName
{
color: #E5AFEB;
}
.AnyTagClassName
{
color: #E5AFEB;
}
</style>
background-color css
<style>
a { background-color: #E5AFEB; }
a { background-color: rgb(229,175,235); }
div.DivClassName
{
background-color: #E5AFEB;
}
.BgClassName
{
background-color: #E5AFEB;
}
</style>
border-color css
<style>
span { border-color: #E5AFEB; }
span { border-color: rgb(229,175,235); }
td.TdClassName
{
border-color: #E5AFEB;
}
.TagClassName
{
border-color: #E5AFEB;
}
</style>