Html Css Color HEX #E253C0 Free Speech Magenta
📋 copy color: '#E253C0'red 226 ◦ green 83 ◦ blue 192
Shades of Free Speech Magenta #E253C0
Tints of Free Speech Magenta #E253C0
RGB
CMYK
RGB Variations
Color information
#E253C0 (or 0xE253C0) is known color: Free Speech Magenta. HEX triplet: E2, 53 and C0. RGB value is (226,83,192). Sum of RGB (Red+Green+Blue) = 226+83+192=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E253C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E253C0 is #1DAC3F. Grayscale: #898989. Windows color (decimal): -1944640 or 12604386. OLE color: 12604386.
HSL color Cylindrical-coordinate representation of color #E253C0: hue angle of 314.27º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E253C0 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 192 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.11 |
| HSL | 314.27º | 0.71% | 0.61% | - |
| HSV(B) | 314.27º | 0.63% | 0.89% | - |
| XYZ | 43.97 | 26.16 | 52.6 | - |
| YUV | 138.18 | 158.38 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 192 | 0 | 0.63 | 0.15 | 0.11 | 314.27 | 0.71 | 0.61 |
| Hex | E2 | 53 | C0 | 0 | 3F | F | B | 13A | 47 | 3D |
| Octal | 342 | 123 | 300 | 0 | 77 | 17 | 13 | 472 | 107 | 75 |
| Binary | 11100010 | 1010011 | 11000000 | 0 | 111111 | 1111 | 1011 | 100111010 | 1000111 | 111101 |
Color Harmonies of #E253C0
Complementary color
Monochromatic Colors of #E253C0
Black with #E253C0
Text Example
Text Example
White with #E253C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E253C0; }
p { color: rgb(226,83,192); }
H1.HeaderClassName
{
color: #E253C0;
}
.AnyTagClassName
{
color: #E253C0;
}
</style>
background-color css
<style>
a { background-color: #E253C0; }
a { background-color: rgb(226,83,192); }
div.DivClassName
{
background-color: #E253C0;
}
.BgClassName
{
background-color: #E253C0;
}
</style>
border-color css
<style>
span { border-color: #E253C0; }
span { border-color: rgb(226,83,192); }
td.TdClassName
{
border-color: #E253C0;
}
.TagClassName
{
border-color: #E253C0;
}
</style>