Html Css Color HEX #E252C0 Free Speech Magenta
📋 copy color: '#E252C0'red 226 ◦ green 82 ◦ blue 192
Shades of Free Speech Magenta #E252C0
Tints of Free Speech Magenta #E252C0
RGB
CMYK
RGB Variations
Color information
#E252C0 (or 0xE252C0) is known color: Free Speech Magenta. HEX triplet: E2, 52 and C0. RGB value is (226,82,192). Sum of RGB (Red+Green+Blue) = 226+82+192=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E252C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E252C0 is #1DAD3F. Grayscale: #898989. Windows color (decimal): -1944896 or 12604130. OLE color: 12604130.
HSL color Cylindrical-coordinate representation of color #E252C0: hue angle of 314.17º 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 #E252C0 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 192 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.11 |
| HSL | 314.17º | 0.71% | 0.6% | - |
| HSV(B) | 314.17º | 0.64% | 0.89% | - |
| XYZ | 43.9 | 26.01 | 52.58 | - |
| YUV | 137.6 | 158.71 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 192 | 0 | 0.64 | 0.15 | 0.11 | 314.17 | 0.71 | 0.6 |
| Hex | E2 | 52 | C0 | 0 | 40 | F | B | 13A | 47 | 3C |
| Octal | 342 | 122 | 300 | 0 | 100 | 17 | 13 | 472 | 107 | 74 |
| Binary | 11100010 | 1010010 | 11000000 | 0 | 1000000 | 1111 | 1011 | 100111010 | 1000111 | 111100 |
Color Harmonies of #E252C0
Complementary color
Monochromatic Colors of #E252C0
Black with #E252C0
Text Example
Text Example
White with #E252C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E252C0; }
p { color: rgb(226,82,192); }
H1.HeaderClassName
{
color: #E252C0;
}
.AnyTagClassName
{
color: #E252C0;
}
</style>
background-color css
<style>
a { background-color: #E252C0; }
a { background-color: rgb(226,82,192); }
div.DivClassName
{
background-color: #E252C0;
}
.BgClassName
{
background-color: #E252C0;
}
</style>
border-color css
<style>
span { border-color: #E252C0; }
span { border-color: rgb(226,82,192); }
td.TdClassName
{
border-color: #E252C0;
}
.TagClassName
{
border-color: #E252C0;
}
</style>