Html Css Color HEX #E251C2 Free Speech Magenta
📋 copy color: '#E251C2'red 226 ◦ green 81 ◦ blue 194
Shades of Free Speech Magenta #E251C2
Tints of Free Speech Magenta #E251C2
RGB
CMYK
RGB Variations
Color information
#E251C2 (or 0xE251C2) is known color: Free Speech Magenta. HEX triplet: E2, 51 and C2. RGB value is (226,81,194). Sum of RGB (Red+Green+Blue) = 226+81+194=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E251C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E251C2 is #1DAE3D. Grayscale: #888888. Windows color (decimal): -1945150 or 12734946. OLE color: 12734946.
HSL color Cylindrical-coordinate representation of color #E251C2: hue angle of 313.24º 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 #E251C2 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 194 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.11 |
| HSL | 313.24º | 0.71% | 0.6% | - |
| HSV(B) | 313.24º | 0.64% | 0.89% | - |
| XYZ | 44.04 | 25.95 | 53.73 | - |
| YUV | 137.24 | 160.04 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 194 | 0 | 0.64 | 0.14 | 0.11 | 313.24 | 0.71 | 0.6 |
| Hex | E2 | 51 | C2 | 0 | 40 | E | B | 139 | 47 | 3C |
| Octal | 342 | 121 | 302 | 0 | 100 | 16 | 13 | 471 | 107 | 74 |
| Binary | 11100010 | 1010001 | 11000010 | 0 | 1000000 | 1110 | 1011 | 100111001 | 1000111 | 111100 |
Color Harmonies of #E251C2
Complementary color
Monochromatic Colors of #E251C2
Black with #E251C2
Text Example
Text Example
White with #E251C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E251C2; }
p { color: rgb(226,81,194); }
H1.HeaderClassName
{
color: #E251C2;
}
.AnyTagClassName
{
color: #E251C2;
}
</style>
background-color css
<style>
a { background-color: #E251C2; }
a { background-color: rgb(226,81,194); }
div.DivClassName
{
background-color: #E251C2;
}
.BgClassName
{
background-color: #E251C2;
}
</style>
border-color css
<style>
span { border-color: #E251C2; }
span { border-color: rgb(226,81,194); }
td.TdClassName
{
border-color: #E251C2;
}
.TagClassName
{
border-color: #E251C2;
}
</style>