Shades of Plum #E6A1F3
Tints of Plum #E6A1F3
RGB
CMYK
RGB Variations
Color information
#E6A1F3 (or 0xE6A1F3) is known color: Plum. HEX triplet: E6, A1 and F3. RGB value is (230,161,243). Sum of RGB (Red+Green+Blue) = 230+161+243=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 161 (63.28% from 255 or 25.39% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6A1F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A1F3 is #195E0C. Grayscale: #BEBEBE. Windows color (decimal): -1662477 or 15966694. OLE color: 15966694.
HSL color Cylindrical-coordinate representation of color #E6A1F3: hue angle of 290.49º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6A1F3 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 161 | 243 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.05 |
| HSL | 290.49º | 0.77% | 0.79% | - |
| HSV(B) | 290.49º | 0.34% | 0.95% | - |
| XYZ | 61.56 | 48.78 | 90.97 | - |
| YUV | 190.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 243 | 0.05 | 0.34 | 0 | 0.05 | 290.49 | 0.77 | 0.79 |
| Hex | E6 | A1 | F3 | 5 | 22 | 0 | 5 | 122 | 4D | 4F |
| Octal | 346 | 241 | 363 | 5 | 42 | 0 | 5 | 442 | 115 | 117 |
| Binary | 11100110 | 10100001 | 11110011 | 101 | 100010 | 0 | 101 | 100100010 | 1001101 | 1001111 |
Color Harmonies of #E6A1F3
Complementary color
Monochromatic Colors of #E6A1F3
Black with #E6A1F3
Text Example
Text Example
White with #E6A1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A1F3; }
p { color: rgb(230,161,243); }
H1.HeaderClassName
{
color: #E6A1F3;
}
.AnyTagClassName
{
color: #E6A1F3;
}
</style>
background-color css
<style>
a { background-color: #E6A1F3; }
a { background-color: rgb(230,161,243); }
div.DivClassName
{
background-color: #E6A1F3;
}
.BgClassName
{
background-color: #E6A1F3;
}
</style>
border-color css
<style>
span { border-color: #E6A1F3; }
span { border-color: rgb(230,161,243); }
td.TdClassName
{
border-color: #E6A1F3;
}
.TagClassName
{
border-color: #E6A1F3;
}
</style>