Html Css Color HEX #E461E6 Free Speech Magenta
📋 copy color: '#E461E6'red 228 ◦ green 97 ◦ blue 230
Shades of Free Speech Magenta #E461E6
Tints of Free Speech Magenta #E461E6
RGB
CMYK
RGB Variations
Color information
#E461E6 (or 0xE461E6) is known color: Free Speech Magenta. HEX triplet: E4, 61 and E6. RGB value is (228,97,230). Sum of RGB (Red+Green+Blue) = 228+97+230=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 97 (38.28% from 255 or 17.48% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #E461E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E461E6 is #1B9E19. Grayscale: #969696. Windows color (decimal): -1809946 or 15098340. OLE color: 15098340.
HSL color Cylindrical-coordinate representation of color #E461E6: hue angle of 299.1º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E461E6 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 97 | 230 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.10 |
| HSL | 299.1º | 0.73% | 0.64% | - |
| HSV(B) | 299.1º | 0.58% | 0.9% | - |
| XYZ | 50.55 | 30.76 | 78.14 | - |
| YUV | 151.33 | 172.4 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 97 | 230 | 0.01 | 0.58 | 0 | 0.10 | 299.1 | 0.73 | 0.64 |
| Hex | E4 | 61 | E6 | 1 | 3A | 0 | A | 12B | 49 | 40 |
| Octal | 344 | 141 | 346 | 1 | 72 | 0 | 12 | 453 | 111 | 100 |
| Binary | 11100100 | 1100001 | 11100110 | 1 | 111010 | 0 | 1010 | 100101011 | 1001001 | 1000000 |
Color Harmonies of #E461E6
Complementary color
Monochromatic Colors of #E461E6
Black with #E461E6
Text Example
Text Example
White with #E461E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E461E6; }
p { color: rgb(228,97,230); }
H1.HeaderClassName
{
color: #E461E6;
}
.AnyTagClassName
{
color: #E461E6;
}
</style>
background-color css
<style>
a { background-color: #E461E6; }
a { background-color: rgb(228,97,230); }
div.DivClassName
{
background-color: #E461E6;
}
.BgClassName
{
background-color: #E461E6;
}
</style>
border-color css
<style>
span { border-color: #E461E6; }
span { border-color: rgb(228,97,230); }
td.TdClassName
{
border-color: #E461E6;
}
.TagClassName
{
border-color: #E461E6;
}
</style>