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