Html Css Color HEX #E73CF0 Free Speech Magenta
📋 copy color: '#E73CF0'red 231 ◦ green 60 ◦ blue 240
Shades of Free Speech Magenta #E73CF0
Tints of Free Speech Magenta #E73CF0
RGB
CMYK
RGB Variations
Color information
#E73CF0 (or 0xE73CF0) is known color: Free Speech Magenta. HEX triplet: E7, 3C and F0. RGB value is (231,60,240). Sum of RGB (Red+Green+Blue) = 231+60+240=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 60 (23.83% from 255 or 11.30% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #E73CF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E73CF0 is #18C30F. Grayscale: #838383. Windows color (decimal): -1622800 or 15744231. OLE color: 15744231.
HSL color Cylindrical-coordinate representation of color #E73CF0: hue angle of 297º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E73CF0 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 60 | 240 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.06 |
| HSL | 297º | 0.86% | 0.59% | - |
| HSV(B) | 297º | 0.75% | 0.94% | - |
| XYZ | 50.3 | 26.51 | 84.9 | - |
| YUV | 131.65 | 189.15 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 240 | 0.04 | 0.75 | 0 | 0.06 | 297 | 0.86 | 0.59 |
| Hex | E7 | 3C | F0 | 4 | 4B | 0 | 6 | 129 | 56 | 3B |
| Octal | 347 | 74 | 360 | 4 | 113 | 0 | 6 | 451 | 126 | 73 |
| Binary | 11100111 | 111100 | 11110000 | 100 | 1001011 | 0 | 110 | 100101001 | 1010110 | 111011 |
Color Harmonies of #E73CF0
Complementary color
Monochromatic Colors of #E73CF0
Black with #E73CF0
Text Example
Text Example
White with #E73CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73CF0; }
p { color: rgb(231,60,240); }
H1.HeaderClassName
{
color: #E73CF0;
}
.AnyTagClassName
{
color: #E73CF0;
}
</style>
background-color css
<style>
a { background-color: #E73CF0; }
a { background-color: rgb(231,60,240); }
div.DivClassName
{
background-color: #E73CF0;
}
.BgClassName
{
background-color: #E73CF0;
}
</style>
border-color css
<style>
span { border-color: #E73CF0; }
span { border-color: rgb(231,60,240); }
td.TdClassName
{
border-color: #E73CF0;
}
.TagClassName
{
border-color: #E73CF0;
}
</style>