Html Css Color HEX #E741E7 Free Speech Magenta
📋 copy color: '#E741E7'red 231 ◦ green 65 ◦ blue 231
Shades of Free Speech Magenta #E741E7
Tints of Free Speech Magenta #E741E7
RGB
CMYK
RGB Variations
Color information
#E741E7 (or 0xE741E7) is known color: Free Speech Magenta. HEX triplet: E7, 41 and E7. RGB value is (231,65,231). Sum of RGB (Red+Green+Blue) = 231+65+231=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: red, blue. Hex color #E741E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E741E7 is #18BE18. Grayscale: #858585. Windows color (decimal): -1621529 or 15155687. OLE color: 15155687.
HSL color Cylindrical-coordinate representation of color #E741E7: hue angle of 300º 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 #E741E7 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 231 | - |
| CMYK | 0 | 0.72 | 0 | 0.09 |
| HSL | 300º | 0.78% | 0.58% | - |
| HSV(B) | 300º | 0.72% | 0.91% | - |
| XYZ | 49.27 | 26.54 | 78.13 | - |
| YUV | 133.56 | 183 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 231 | 0 | 0.72 | 0 | 0.09 | 300 | 0.78 | 0.58 |
| Hex | E7 | 41 | E7 | 0 | 48 | 0 | 9 | 12C | 4E | 3A |
| Octal | 347 | 101 | 347 | 0 | 110 | 0 | 11 | 454 | 116 | 72 |
| Binary | 11100111 | 1000001 | 11100111 | 0 | 1001000 | 0 | 1001 | 100101100 | 1001110 | 111010 |
Color Harmonies of #E741E7
Complementary color
Monochromatic Colors of #E741E7
Black with #E741E7
Text Example
Text Example
White with #E741E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E741E7; }
p { color: rgb(231,65,231); }
H1.HeaderClassName
{
color: #E741E7;
}
.AnyTagClassName
{
color: #E741E7;
}
</style>
background-color css
<style>
a { background-color: #E741E7; }
a { background-color: rgb(231,65,231); }
div.DivClassName
{
background-color: #E741E7;
}
.BgClassName
{
background-color: #E741E7;
}
</style>
border-color css
<style>
span { border-color: #E741E7; }
span { border-color: rgb(231,65,231); }
td.TdClassName
{
border-color: #E741E7;
}
.TagClassName
{
border-color: #E741E7;
}
</style>