Html Css Color HEX #E451D0 Free Speech Magenta
📋 copy color: '#E451D0'red 228 ◦ green 81 ◦ blue 208
Shades of Free Speech Magenta #E451D0
Tints of Free Speech Magenta #E451D0
RGB
CMYK
RGB Variations
Color information
#E451D0 (or 0xE451D0) is known color: Free Speech Magenta. HEX triplet: E4, 51 and D0. RGB value is (228,81,208). Sum of RGB (Red+Green+Blue) = 228+81+208=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 228 - color contains mainly: red. Hex color #E451D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E451D0 is #1BAE2F. Grayscale: #8B8B8B. Windows color (decimal): -1814064 or 13652452. OLE color: 13652452.
HSL color Cylindrical-coordinate representation of color #E451D0: hue angle of 308.16º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E451D0 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 208 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.11 |
| HSL | 308.16º | 0.73% | 0.61% | - |
| HSV(B) | 308.16º | 0.64% | 0.89% | - |
| XYZ | 46.32 | 26.93 | 62.43 | - |
| YUV | 139.43 | 166.7 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 208 | 0 | 0.64 | 0.09 | 0.11 | 308.16 | 0.73 | 0.61 |
| Hex | E4 | 51 | D0 | 0 | 40 | 9 | B | 134 | 49 | 3D |
| Octal | 344 | 121 | 320 | 0 | 100 | 11 | 13 | 464 | 111 | 75 |
| Binary | 11100100 | 1010001 | 11010000 | 0 | 1000000 | 1001 | 1011 | 100110100 | 1001001 | 111101 |
Color Harmonies of #E451D0
Complementary color
Monochromatic Colors of #E451D0
Black with #E451D0
Text Example
Text Example
White with #E451D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E451D0; }
p { color: rgb(228,81,208); }
H1.HeaderClassName
{
color: #E451D0;
}
.AnyTagClassName
{
color: #E451D0;
}
</style>
background-color css
<style>
a { background-color: #E451D0; }
a { background-color: rgb(228,81,208); }
div.DivClassName
{
background-color: #E451D0;
}
.BgClassName
{
background-color: #E451D0;
}
</style>
border-color css
<style>
span { border-color: #E451D0; }
span { border-color: rgb(228,81,208); }
td.TdClassName
{
border-color: #E451D0;
}
.TagClassName
{
border-color: #E451D0;
}
</style>