Html Css Color HEX #E741D9 Free Speech Magenta
📋 copy color: '#E741D9'red 231 ◦ green 65 ◦ blue 217
Shades of Free Speech Magenta #E741D9
Tints of Free Speech Magenta #E741D9
RGB
CMYK
RGB Variations
Color information
#E741D9 (or 0xE741D9) is known color: Free Speech Magenta. HEX triplet: E7, 41 and D9. RGB value is (231,65,217). Sum of RGB (Red+Green+Blue) = 231+65+217=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E741D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E741D9 is #18BE26. Grayscale: #838383. Windows color (decimal): -1621543 or 14238183. OLE color: 14238183.
HSL color Cylindrical-coordinate representation of color #E741D9: hue angle of 305.06º 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 #E741D9 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 217 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.09 |
| HSL | 305.06º | 0.78% | 0.58% | - |
| HSV(B) | 305.06º | 0.72% | 0.91% | - |
| XYZ | 47.37 | 25.78 | 68.12 | - |
| YUV | 131.96 | 176 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 217 | 0 | 0.72 | 0.06 | 0.09 | 305.06 | 0.78 | 0.58 |
| Hex | E7 | 41 | D9 | 0 | 48 | 6 | 9 | 131 | 4E | 3A |
| Octal | 347 | 101 | 331 | 0 | 110 | 6 | 11 | 461 | 116 | 72 |
| Binary | 11100111 | 1000001 | 11011001 | 0 | 1001000 | 110 | 1001 | 100110001 | 1001110 | 111010 |
Color Harmonies of #E741D9
Complementary color
Monochromatic Colors of #E741D9
Black with #E741D9
Text Example
Text Example
White with #E741D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E741D9; }
p { color: rgb(231,65,217); }
H1.HeaderClassName
{
color: #E741D9;
}
.AnyTagClassName
{
color: #E741D9;
}
</style>
background-color css
<style>
a { background-color: #E741D9; }
a { background-color: rgb(231,65,217); }
div.DivClassName
{
background-color: #E741D9;
}
.BgClassName
{
background-color: #E741D9;
}
</style>
border-color css
<style>
span { border-color: #E741D9; }
span { border-color: rgb(231,65,217); }
td.TdClassName
{
border-color: #E741D9;
}
.TagClassName
{
border-color: #E741D9;
}
</style>