Html Css Color HEX #E844D0 Free Speech Magenta
📋 copy color: '#E844D0'red 232 ◦ green 68 ◦ blue 208
Shades of Free Speech Magenta #E844D0
Tints of Free Speech Magenta #E844D0
RGB
CMYK
RGB Variations
Color information
#E844D0 (or 0xE844D0) is known color: Free Speech Magenta. HEX triplet: E8, 44 and D0. RGB value is (232,68,208). Sum of RGB (Red+Green+Blue) = 232+68+208=508 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.67% from 508); Green value is 68 (26.95% from 255 or 13.39% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 232 - color contains mainly: red. Hex color #E844D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E844D0 is #17BB2F. Grayscale: #848484. Windows color (decimal): -1555248 or 13649128. OLE color: 13649128.
HSL color Cylindrical-coordinate representation of color #E844D0: hue angle of 308.78º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E844D0 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 68 | 208 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.09 |
| HSL | 308.78º | 0.78% | 0.59% | - |
| HSV(B) | 308.78º | 0.71% | 0.91% | - |
| XYZ | 46.73 | 25.84 | 62.2 | - |
| YUV | 133 | 170.33 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 68 | 208 | 0 | 0.71 | 0.10 | 0.09 | 308.78 | 0.78 | 0.59 |
| Hex | E8 | 44 | D0 | 0 | 47 | A | 9 | 135 | 4E | 3B |
| Octal | 350 | 104 | 320 | 0 | 107 | 12 | 11 | 465 | 116 | 73 |
| Binary | 11101000 | 1000100 | 11010000 | 0 | 1000111 | 1010 | 1001 | 100110101 | 1001110 | 111011 |
Color Harmonies of #E844D0
Complementary color
Monochromatic Colors of #E844D0
Black with #E844D0
Text Example
Text Example
White with #E844D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E844D0; }
p { color: rgb(232,68,208); }
H1.HeaderClassName
{
color: #E844D0;
}
.AnyTagClassName
{
color: #E844D0;
}
</style>
background-color css
<style>
a { background-color: #E844D0; }
a { background-color: rgb(232,68,208); }
div.DivClassName
{
background-color: #E844D0;
}
.BgClassName
{
background-color: #E844D0;
}
</style>
border-color css
<style>
span { border-color: #E844D0; }
span { border-color: rgb(232,68,208); }
td.TdClassName
{
border-color: #E844D0;
}
.TagClassName
{
border-color: #E844D0;
}
</style>