Html Css Color HEX #E251C0 Free Speech Magenta
📋 copy color: '#E251C0'red 226 ◦ green 81 ◦ blue 192
Shades of Free Speech Magenta #E251C0
Tints of Free Speech Magenta #E251C0
RGB
CMYK
RGB Variations
Color information
#E251C0 (or 0xE251C0) is known color: Free Speech Magenta. HEX triplet: E2, 51 and C0. RGB value is (226,81,192). Sum of RGB (Red+Green+Blue) = 226+81+192=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E251C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E251C0 is #1DAE3F. Grayscale: #888888. Windows color (decimal): -1945152 or 12603874. OLE color: 12603874.
HSL color Cylindrical-coordinate representation of color #E251C0: hue angle of 314.07º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E251C0 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 192 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.11 |
| HSL | 314.07º | 0.71% | 0.6% | - |
| HSV(B) | 314.07º | 0.64% | 0.89% | - |
| XYZ | 43.82 | 25.86 | 52.55 | - |
| YUV | 137.01 | 159.04 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 192 | 0 | 0.64 | 0.15 | 0.11 | 314.07 | 0.71 | 0.6 |
| Hex | E2 | 51 | C0 | 0 | 40 | F | B | 13A | 47 | 3C |
| Octal | 342 | 121 | 300 | 0 | 100 | 17 | 13 | 472 | 107 | 74 |
| Binary | 11100010 | 1010001 | 11000000 | 0 | 1000000 | 1111 | 1011 | 100111010 | 1000111 | 111100 |
Color Harmonies of #E251C0
Complementary color
Monochromatic Colors of #E251C0
Black with #E251C0
Text Example
Text Example
White with #E251C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E251C0; }
p { color: rgb(226,81,192); }
H1.HeaderClassName
{
color: #E251C0;
}
.AnyTagClassName
{
color: #E251C0;
}
</style>
background-color css
<style>
a { background-color: #E251C0; }
a { background-color: rgb(226,81,192); }
div.DivClassName
{
background-color: #E251C0;
}
.BgClassName
{
background-color: #E251C0;
}
</style>
border-color css
<style>
span { border-color: #E251C0; }
span { border-color: rgb(226,81,192); }
td.TdClassName
{
border-color: #E251C0;
}
.TagClassName
{
border-color: #E251C0;
}
</style>