Shades of Plum #E3AFE6
Tints of Plum #E3AFE6
RGB
CMYK
RGB Variations
Color information
#E3AFE6 (or 0xE3AFE6) is known color: Plum. HEX triplet: E3, AF and E6. RGB value is (227,175,230). Sum of RGB (Red+Green+Blue) = 227+175+230=632 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.92% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 230 - color contains mainly: blue. Hex color #E3AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AFE6 is #1C5019. Grayscale: #C4C4C4. Windows color (decimal): -1855514 or 15118307. OLE color: 15118307.
HSL color Cylindrical-coordinate representation of color #E3AFE6: hue angle of 296.73º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3AFE6 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 175 | 230 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.10 |
| HSL | 296.73º | 0.52% | 0.79% | - |
| HSV(B) | 296.73º | 0.24% | 0.9% | - |
| XYZ | 61.29 | 52.7 | 81.81 | - |
| YUV | 196.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 230 | 0.01 | 0.24 | 0 | 0.10 | 296.73 | 0.52 | 0.79 |
| Hex | E3 | AF | E6 | 1 | 18 | 0 | A | 129 | 34 | 4F |
| Octal | 343 | 257 | 346 | 1 | 30 | 0 | 12 | 451 | 64 | 117 |
| Binary | 11100011 | 10101111 | 11100110 | 1 | 11000 | 0 | 1010 | 100101001 | 110100 | 1001111 |
Color Harmonies of #E3AFE6
Complementary color
Monochromatic Colors of #E3AFE6
Black with #E3AFE6
Text Example
Text Example
White with #E3AFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AFE6; }
p { color: rgb(227,175,230); }
H1.HeaderClassName
{
color: #E3AFE6;
}
.AnyTagClassName
{
color: #E3AFE6;
}
</style>
background-color css
<style>
a { background-color: #E3AFE6; }
a { background-color: rgb(227,175,230); }
div.DivClassName
{
background-color: #E3AFE6;
}
.BgClassName
{
background-color: #E3AFE6;
}
</style>
border-color css
<style>
span { border-color: #E3AFE6; }
span { border-color: rgb(227,175,230); }
td.TdClassName
{
border-color: #E3AFE6;
}
.TagClassName
{
border-color: #E3AFE6;
}
</style>