Html Css Color HEX #E744D0 Free Speech Magenta
📋 copy color: '#E744D0'red 231 ◦ green 68 ◦ blue 208
Shades of Free Speech Magenta #E744D0
Tints of Free Speech Magenta #E744D0
RGB
CMYK
RGB Variations
Color information
#E744D0 (or 0xE744D0) is known color: Free Speech Magenta. HEX triplet: E7, 44 and D0. RGB value is (231,68,208). Sum of RGB (Red+Green+Blue) = 231+68+208=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 68 (26.95% from 255 or 13.41% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E744D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E744D0 is #18BB2F. Grayscale: #848484. Windows color (decimal): -1620784 or 13649127. OLE color: 13649127.
HSL color Cylindrical-coordinate representation of color #E744D0: hue angle of 308.47º degrees, saturation: 0.77, 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 #E744D0 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 208 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.09 |
| HSL | 308.47º | 0.77% | 0.59% | - |
| HSV(B) | 308.47º | 0.71% | 0.91% | - |
| XYZ | 46.41 | 25.68 | 62.18 | - |
| YUV | 132.7 | 170.5 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 208 | 0 | 0.71 | 0.10 | 0.09 | 308.47 | 0.77 | 0.59 |
| Hex | E7 | 44 | D0 | 0 | 47 | A | 9 | 134 | 4D | 3B |
| Octal | 347 | 104 | 320 | 0 | 107 | 12 | 11 | 464 | 115 | 73 |
| Binary | 11100111 | 1000100 | 11010000 | 0 | 1000111 | 1010 | 1001 | 100110100 | 1001101 | 111011 |
Color Harmonies of #E744D0
Complementary color
Monochromatic Colors of #E744D0
Black with #E744D0
Text Example
Text Example
White with #E744D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E744D0; }
p { color: rgb(231,68,208); }
H1.HeaderClassName
{
color: #E744D0;
}
.AnyTagClassName
{
color: #E744D0;
}
</style>
background-color css
<style>
a { background-color: #E744D0; }
a { background-color: rgb(231,68,208); }
div.DivClassName
{
background-color: #E744D0;
}
.BgClassName
{
background-color: #E744D0;
}
</style>
border-color css
<style>
span { border-color: #E744D0; }
span { border-color: rgb(231,68,208); }
td.TdClassName
{
border-color: #E744D0;
}
.TagClassName
{
border-color: #E744D0;
}
</style>