Html Css Color HEX #E842D3 Free Speech Magenta
📋 copy color: '#E842D3'red 232 ◦ green 66 ◦ blue 211
Shades of Free Speech Magenta #E842D3
Tints of Free Speech Magenta #E842D3
RGB
CMYK
RGB Variations
Color information
#E842D3 (or 0xE842D3) is known color: Free Speech Magenta. HEX triplet: E8, 42 and D3. RGB value is (232,66,211). Sum of RGB (Red+Green+Blue) = 232+66+211=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E842D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E842D3 is #17BD2C. Grayscale: #838383. Windows color (decimal): -1555757 or 13845224. OLE color: 13845224.
HSL color Cylindrical-coordinate representation of color #E842D3: hue angle of 307.59º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E842D3 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 66 | 211 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.09 |
| HSL | 307.59º | 0.78% | 0.58% | - |
| HSV(B) | 307.59º | 0.72% | 0.91% | - |
| XYZ | 46.98 | 25.76 | 64.12 | - |
| YUV | 132.16 | 172.5 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 211 | 0 | 0.72 | 0.09 | 0.09 | 307.59 | 0.78 | 0.58 |
| Hex | E8 | 42 | D3 | 0 | 48 | 9 | 9 | 134 | 4E | 3A |
| Octal | 350 | 102 | 323 | 0 | 110 | 11 | 11 | 464 | 116 | 72 |
| Binary | 11101000 | 1000010 | 11010011 | 0 | 1001000 | 1001 | 1001 | 100110100 | 1001110 | 111010 |
Color Harmonies of #E842D3
Complementary color
Monochromatic Colors of #E842D3
Black with #E842D3
Text Example
Text Example
White with #E842D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E842D3; }
p { color: rgb(232,66,211); }
H1.HeaderClassName
{
color: #E842D3;
}
.AnyTagClassName
{
color: #E842D3;
}
</style>
background-color css
<style>
a { background-color: #E842D3; }
a { background-color: rgb(232,66,211); }
div.DivClassName
{
background-color: #E842D3;
}
.BgClassName
{
background-color: #E842D3;
}
</style>
border-color css
<style>
span { border-color: #E842D3; }
span { border-color: rgb(232,66,211); }
td.TdClassName
{
border-color: #E842D3;
}
.TagClassName
{
border-color: #E842D3;
}
</style>