Html Css Color HEX #E741DA Free Speech Magenta
📋 copy color: '#E741DA'red 231 ◦ green 65 ◦ blue 218
Shades of Free Speech Magenta #E741DA
Tints of Free Speech Magenta #E741DA
RGB
CMYK
RGB Variations
Color information
#E741DA (or 0xE741DA) is known color: Free Speech Magenta. HEX triplet: E7, 41 and DA. RGB value is (231,65,218). Sum of RGB (Red+Green+Blue) = 231+65+218=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E741DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E741DA is #18BE25. Grayscale: #838383. Windows color (decimal): -1621542 or 14303719. OLE color: 14303719.
HSL color Cylindrical-coordinate representation of color #E741DA: hue angle of 304.7º 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 #E741DA is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 218 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.09 |
| HSL | 304.7º | 0.78% | 0.58% | - |
| HSV(B) | 304.7º | 0.72% | 0.91% | - |
| XYZ | 47.5 | 25.83 | 68.81 | - |
| YUV | 132.08 | 176.5 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 218 | 0 | 0.72 | 0.06 | 0.09 | 304.7 | 0.78 | 0.58 |
| Hex | E7 | 41 | DA | 0 | 48 | 6 | 9 | 131 | 4E | 3A |
| Octal | 347 | 101 | 332 | 0 | 110 | 6 | 11 | 461 | 116 | 72 |
| Binary | 11100111 | 1000001 | 11011010 | 0 | 1001000 | 110 | 1001 | 100110001 | 1001110 | 111010 |
Color Harmonies of #E741DA
Complementary color
Monochromatic Colors of #E741DA
Black with #E741DA
Text Example
Text Example
White with #E741DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E741DA; }
p { color: rgb(231,65,218); }
H1.HeaderClassName
{
color: #E741DA;
}
.AnyTagClassName
{
color: #E741DA;
}
</style>
background-color css
<style>
a { background-color: #E741DA; }
a { background-color: rgb(231,65,218); }
div.DivClassName
{
background-color: #E741DA;
}
.BgClassName
{
background-color: #E741DA;
}
</style>
border-color css
<style>
span { border-color: #E741DA; }
span { border-color: rgb(231,65,218); }
td.TdClassName
{
border-color: #E741DA;
}
.TagClassName
{
border-color: #E741DA;
}
</style>