Html Css Color HEX #E867D9 Free Speech Magenta
📋 copy color: '#E867D9'red 232 ◦ green 103 ◦ blue 217
Shades of Free Speech Magenta #E867D9
Tints of Free Speech Magenta #E867D9
RGB
CMYK
RGB Variations
Color information
#E867D9 (or 0xE867D9) is known color: Free Speech Magenta. HEX triplet: E8, 67 and D9. RGB value is (232,103,217). Sum of RGB (Red+Green+Blue) = 232+103+217=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 103 (40.62% from 255 or 18.66% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E867D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E867D9 is #179826. Grayscale: #9A9A9A. Windows color (decimal): -1546279 or 14247912. OLE color: 14247912.
HSL color Cylindrical-coordinate representation of color #E867D9: hue angle of 306.98º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E867D9 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 103 | 217 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.09 |
| HSL | 306.98º | 0.74% | 0.66% | - |
| HSV(B) | 306.98º | 0.56% | 0.91% | - |
| XYZ | 50.65 | 31.87 | 69.13 | - |
| YUV | 154.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 217 | 0 | 0.56 | 0.06 | 0.09 | 306.98 | 0.74 | 0.66 |
| Hex | E8 | 67 | D9 | 0 | 38 | 6 | 9 | 133 | 4A | 42 |
| Octal | 350 | 147 | 331 | 0 | 70 | 6 | 11 | 463 | 112 | 102 |
| Binary | 11101000 | 1100111 | 11011001 | 0 | 111000 | 110 | 1001 | 100110011 | 1001010 | 1000010 |
Color Harmonies of #E867D9
Complementary color
Monochromatic Colors of #E867D9
Black with #E867D9
Text Example
Text Example
White with #E867D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E867D9; }
p { color: rgb(232,103,217); }
H1.HeaderClassName
{
color: #E867D9;
}
.AnyTagClassName
{
color: #E867D9;
}
</style>
background-color css
<style>
a { background-color: #E867D9; }
a { background-color: rgb(232,103,217); }
div.DivClassName
{
background-color: #E867D9;
}
.BgClassName
{
background-color: #E867D9;
}
</style>
border-color css
<style>
span { border-color: #E867D9; }
span { border-color: rgb(232,103,217); }
td.TdClassName
{
border-color: #E867D9;
}
.TagClassName
{
border-color: #E867D9;
}
</style>