Html Css Color HEX #E73AF1 Free Speech Magenta
📋 copy color: '#E73AF1'red 231 ◦ green 58 ◦ blue 241
Shades of Free Speech Magenta #E73AF1
Tints of Free Speech Magenta #E73AF1
RGB
CMYK
RGB Variations
Color information
#E73AF1 (or 0xE73AF1) is known color: Free Speech Magenta. HEX triplet: E7, 3A and F1. RGB value is (231,58,241). Sum of RGB (Red+Green+Blue) = 231+58+241=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 58 (23.05% from 255 or 10.94% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #E73AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E73AF1 is #18C50E. Grayscale: #828282. Windows color (decimal): -1623311 or 15809255. OLE color: 15809255.
HSL color Cylindrical-coordinate representation of color #E73AF1: hue angle of 296.72º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E73AF1 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 58 | 241 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.05 |
| HSL | 296.72º | 0.87% | 0.59% | - |
| HSV(B) | 296.72º | 0.76% | 0.95% | - |
| XYZ | 50.35 | 26.37 | 85.65 | - |
| YUV | 130.59 | 190.31 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 58 | 241 | 0.04 | 0.76 | 0 | 0.05 | 296.72 | 0.87 | 0.59 |
| Hex | E7 | 3A | F1 | 4 | 4C | 0 | 5 | 129 | 57 | 3B |
| Octal | 347 | 72 | 361 | 4 | 114 | 0 | 5 | 451 | 127 | 73 |
| Binary | 11100111 | 111010 | 11110001 | 100 | 1001100 | 0 | 101 | 100101001 | 1010111 | 111011 |
Color Harmonies of #E73AF1
Complementary color
Monochromatic Colors of #E73AF1
Black with #E73AF1
Text Example
Text Example
White with #E73AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73AF1; }
p { color: rgb(231,58,241); }
H1.HeaderClassName
{
color: #E73AF1;
}
.AnyTagClassName
{
color: #E73AF1;
}
</style>
background-color css
<style>
a { background-color: #E73AF1; }
a { background-color: rgb(231,58,241); }
div.DivClassName
{
background-color: #E73AF1;
}
.BgClassName
{
background-color: #E73AF1;
}
</style>
border-color css
<style>
span { border-color: #E73AF1; }
span { border-color: rgb(231,58,241); }
td.TdClassName
{
border-color: #E73AF1;
}
.TagClassName
{
border-color: #E73AF1;
}
</style>