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