Html Css Color HEX #E741D3 Free Speech Magenta
📋 copy color: '#E741D3'red 231 ◦ green 65 ◦ blue 211
Shades of Free Speech Magenta #E741D3
Tints of Free Speech Magenta #E741D3
RGB
CMYK
RGB Variations
Color information
#E741D3 (or 0xE741D3) is known color: Free Speech Magenta. HEX triplet: E7, 41 and D3. RGB value is (231,65,211). Sum of RGB (Red+Green+Blue) = 231+65+211=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E741D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E741D3 is #18BE2C. Grayscale: #828282. Windows color (decimal): -1621549 or 13844967. OLE color: 13844967.
HSL color Cylindrical-coordinate representation of color #E741D3: hue angle of 307.23º 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 #E741D3 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 211 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.09 |
| HSL | 307.23º | 0.78% | 0.58% | - |
| HSV(B) | 307.23º | 0.72% | 0.91% | - |
| XYZ | 46.6 | 25.47 | 64.09 | - |
| YUV | 131.28 | 173 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 211 | 0 | 0.72 | 0.09 | 0.09 | 307.23 | 0.78 | 0.58 |
| Hex | E7 | 41 | D3 | 0 | 48 | 9 | 9 | 133 | 4E | 3A |
| Octal | 347 | 101 | 323 | 0 | 110 | 11 | 11 | 463 | 116 | 72 |
| Binary | 11100111 | 1000001 | 11010011 | 0 | 1001000 | 1001 | 1001 | 100110011 | 1001110 | 111010 |
Color Harmonies of #E741D3
Complementary color
Monochromatic Colors of #E741D3
Black with #E741D3
Text Example
Text Example
White with #E741D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E741D3; }
p { color: rgb(231,65,211); }
H1.HeaderClassName
{
color: #E741D3;
}
.AnyTagClassName
{
color: #E741D3;
}
</style>
background-color css
<style>
a { background-color: #E741D3; }
a { background-color: rgb(231,65,211); }
div.DivClassName
{
background-color: #E741D3;
}
.BgClassName
{
background-color: #E741D3;
}
</style>
border-color css
<style>
span { border-color: #E741D3; }
span { border-color: rgb(231,65,211); }
td.TdClassName
{
border-color: #E741D3;
}
.TagClassName
{
border-color: #E741D3;
}
</style>