Html Css Color HEX #E741D0 Free Speech Magenta
📋 copy color: '#E741D0'red 231 ◦ green 65 ◦ blue 208
Shades of Free Speech Magenta #E741D0
Tints of Free Speech Magenta #E741D0
RGB
CMYK
RGB Variations
Color information
#E741D0 (or 0xE741D0) is known color: Free Speech Magenta. HEX triplet: E7, 41 and D0. RGB value is (231,65,208). Sum of RGB (Red+Green+Blue) = 231+65+208=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E741D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E741D0 is #18BE2F. Grayscale: #828282. Windows color (decimal): -1621552 or 13648359. OLE color: 13648359.
HSL color Cylindrical-coordinate representation of color #E741D0: hue angle of 308.31º 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 #E741D0 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 208 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.09 |
| HSL | 308.31º | 0.78% | 0.58% | - |
| HSV(B) | 308.31º | 0.72% | 0.91% | - |
| XYZ | 46.23 | 25.32 | 62.13 | - |
| YUV | 130.94 | 171.5 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 208 | 0 | 0.72 | 0.10 | 0.09 | 308.31 | 0.78 | 0.58 |
| Hex | E7 | 41 | D0 | 0 | 48 | A | 9 | 134 | 4E | 3A |
| Octal | 347 | 101 | 320 | 0 | 110 | 12 | 11 | 464 | 116 | 72 |
| Binary | 11100111 | 1000001 | 11010000 | 0 | 1001000 | 1010 | 1001 | 100110100 | 1001110 | 111010 |
Color Harmonies of #E741D0
Complementary color
Monochromatic Colors of #E741D0
Black with #E741D0
Text Example
Text Example
White with #E741D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E741D0; }
p { color: rgb(231,65,208); }
H1.HeaderClassName
{
color: #E741D0;
}
.AnyTagClassName
{
color: #E741D0;
}
</style>
background-color css
<style>
a { background-color: #E741D0; }
a { background-color: rgb(231,65,208); }
div.DivClassName
{
background-color: #E741D0;
}
.BgClassName
{
background-color: #E741D0;
}
</style>
border-color css
<style>
span { border-color: #E741D0; }
span { border-color: rgb(231,65,208); }
td.TdClassName
{
border-color: #E741D0;
}
.TagClassName
{
border-color: #E741D0;
}
</style>