Html Css Color HEX #E867D1 Free Speech Magenta
📋 copy color: '#E867D1'red 232 ◦ green 103 ◦ blue 209
Shades of Free Speech Magenta #E867D1
Tints of Free Speech Magenta #E867D1
RGB
CMYK
RGB Variations
Color information
#E867D1 (or 0xE867D1) is known color: Free Speech Magenta. HEX triplet: E8, 67 and D1. RGB value is (232,103,209). Sum of RGB (Red+Green+Blue) = 232+103+209=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E867D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E867D1 is #17982E. Grayscale: #999999. Windows color (decimal): -1546287 or 13723624. OLE color: 13723624.
HSL color Cylindrical-coordinate representation of color #E867D1: hue angle of 310.7º 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 #E867D1 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 103 | 209 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.09 |
| HSL | 310.7º | 0.74% | 0.66% | - |
| HSV(B) | 310.7º | 0.56% | 0.91% | - |
| XYZ | 49.64 | 31.46 | 63.78 | - |
| YUV | 153.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 209 | 0 | 0.56 | 0.10 | 0.09 | 310.7 | 0.74 | 0.66 |
| Hex | E8 | 67 | D1 | 0 | 38 | A | 9 | 137 | 4A | 42 |
| Octal | 350 | 147 | 321 | 0 | 70 | 12 | 11 | 467 | 112 | 102 |
| Binary | 11101000 | 1100111 | 11010001 | 0 | 111000 | 1010 | 1001 | 100110111 | 1001010 | 1000010 |
Color Harmonies of #E867D1
Complementary color
Monochromatic Colors of #E867D1
Black with #E867D1
Text Example
Text Example
White with #E867D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E867D1; }
p { color: rgb(232,103,209); }
H1.HeaderClassName
{
color: #E867D1;
}
.AnyTagClassName
{
color: #E867D1;
}
</style>
background-color css
<style>
a { background-color: #E867D1; }
a { background-color: rgb(232,103,209); }
div.DivClassName
{
background-color: #E867D1;
}
.BgClassName
{
background-color: #E867D1;
}
</style>
border-color css
<style>
span { border-color: #E867D1; }
span { border-color: rgb(232,103,209); }
td.TdClassName
{
border-color: #E867D1;
}
.TagClassName
{
border-color: #E867D1;
}
</style>