Html Css Color HEX #E741D6 Free Speech Magenta
📋 copy color: '#E741D6'red 231 ◦ green 65 ◦ blue 214
Shades of Free Speech Magenta #E741D6
Tints of Free Speech Magenta #E741D6
RGB
CMYK
RGB Variations
Color information
#E741D6 (or 0xE741D6) is known color: Free Speech Magenta. HEX triplet: E7, 41 and D6. RGB value is (231,65,214). Sum of RGB (Red+Green+Blue) = 231+65+214=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E741D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E741D6 is #18BE29. Grayscale: #838383. Windows color (decimal): -1621546 or 14041575. OLE color: 14041575.
HSL color Cylindrical-coordinate representation of color #E741D6: hue angle of 306.14º 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 #E741D6 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 214 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.09 |
| HSL | 306.14º | 0.78% | 0.58% | - |
| HSV(B) | 306.14º | 0.72% | 0.91% | - |
| XYZ | 46.98 | 25.62 | 66.09 | - |
| YUV | 131.62 | 174.5 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 214 | 0 | 0.72 | 0.07 | 0.09 | 306.14 | 0.78 | 0.58 |
| Hex | E7 | 41 | D6 | 0 | 48 | 7 | 9 | 132 | 4E | 3A |
| Octal | 347 | 101 | 326 | 0 | 110 | 7 | 11 | 462 | 116 | 72 |
| Binary | 11100111 | 1000001 | 11010110 | 0 | 1001000 | 111 | 1001 | 100110010 | 1001110 | 111010 |
Color Harmonies of #E741D6
Complementary color
Monochromatic Colors of #E741D6
Black with #E741D6
Text Example
Text Example
White with #E741D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E741D6; }
p { color: rgb(231,65,214); }
H1.HeaderClassName
{
color: #E741D6;
}
.AnyTagClassName
{
color: #E741D6;
}
</style>
background-color css
<style>
a { background-color: #E741D6; }
a { background-color: rgb(231,65,214); }
div.DivClassName
{
background-color: #E741D6;
}
.BgClassName
{
background-color: #E741D6;
}
</style>
border-color css
<style>
span { border-color: #E741D6; }
span { border-color: rgb(231,65,214); }
td.TdClassName
{
border-color: #E741D6;
}
.TagClassName
{
border-color: #E741D6;
}
</style>