Html Css Color HEX #E741CE Free Speech Magenta
📋 copy color: '#E741CE'red 231 ◦ green 65 ◦ blue 206
Shades of Free Speech Magenta #E741CE
Tints of Free Speech Magenta #E741CE
RGB
CMYK
RGB Variations
Color information
#E741CE (or 0xE741CE) is known color: Free Speech Magenta. HEX triplet: E7, 41 and CE. RGB value is (231,65,206). Sum of RGB (Red+Green+Blue) = 231+65+206=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E741CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E741CE is #18BE31. Grayscale: #828282. Windows color (decimal): -1621554 or 13517287. OLE color: 13517287.
HSL color Cylindrical-coordinate representation of color #E741CE: hue angle of 309.04º 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 #E741CE is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 206 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.09 |
| HSL | 309.04º | 0.78% | 0.58% | - |
| HSV(B) | 309.04º | 0.72% | 0.91% | - |
| XYZ | 45.99 | 25.23 | 60.84 | - |
| YUV | 130.71 | 170.5 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 206 | 0 | 0.72 | 0.11 | 0.09 | 309.04 | 0.78 | 0.58 |
| Hex | E7 | 41 | CE | 0 | 48 | B | 9 | 135 | 4E | 3A |
| Octal | 347 | 101 | 316 | 0 | 110 | 13 | 11 | 465 | 116 | 72 |
| Binary | 11100111 | 1000001 | 11001110 | 0 | 1001000 | 1011 | 1001 | 100110101 | 1001110 | 111010 |
Color Harmonies of #E741CE
Complementary color
Monochromatic Colors of #E741CE
Black with #E741CE
Text Example
Text Example
White with #E741CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E741CE; }
p { color: rgb(231,65,206); }
H1.HeaderClassName
{
color: #E741CE;
}
.AnyTagClassName
{
color: #E741CE;
}
</style>
background-color css
<style>
a { background-color: #E741CE; }
a { background-color: rgb(231,65,206); }
div.DivClassName
{
background-color: #E741CE;
}
.BgClassName
{
background-color: #E741CE;
}
</style>
border-color css
<style>
span { border-color: #E741CE; }
span { border-color: rgb(231,65,206); }
td.TdClassName
{
border-color: #E741CE;
}
.TagClassName
{
border-color: #E741CE;
}
</style>