Html Css Color HEX #E25FC0 Free Speech Magenta
📋 copy color: '#E25FC0'red 226 ◦ green 95 ◦ blue 192
Shades of Free Speech Magenta #E25FC0
Tints of Free Speech Magenta #E25FC0
RGB
CMYK
RGB Variations
Color information
#E25FC0 (or 0xE25FC0) is known color: Free Speech Magenta. HEX triplet: E2, 5F and C0. RGB value is (226,95,192). Sum of RGB (Red+Green+Blue) = 226+95+192=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E25FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25FC0 is #1DA03F. Grayscale: #909090. Windows color (decimal): -1941568 or 12607458. OLE color: 12607458.
HSL color Cylindrical-coordinate representation of color #E25FC0: hue angle of 315.57º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25FC0 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 192 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.11 |
| HSL | 315.57º | 0.69% | 0.63% | - |
| HSV(B) | 315.57º | 0.58% | 0.89% | - |
| XYZ | 44.97 | 28.16 | 52.93 | - |
| YUV | 145.23 | 154.4 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 192 | 0 | 0.58 | 0.15 | 0.11 | 315.57 | 0.69 | 0.63 |
| Hex | E2 | 5F | C0 | 0 | 3A | F | B | 13C | 45 | 3F |
| Octal | 342 | 137 | 300 | 0 | 72 | 17 | 13 | 474 | 105 | 77 |
| Binary | 11100010 | 1011111 | 11000000 | 0 | 111010 | 1111 | 1011 | 100111100 | 1000101 | 111111 |
Color Harmonies of #E25FC0
Complementary color
Monochromatic Colors of #E25FC0
Black with #E25FC0
Text Example
Text Example
White with #E25FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25FC0; }
p { color: rgb(226,95,192); }
H1.HeaderClassName
{
color: #E25FC0;
}
.AnyTagClassName
{
color: #E25FC0;
}
</style>
background-color css
<style>
a { background-color: #E25FC0; }
a { background-color: rgb(226,95,192); }
div.DivClassName
{
background-color: #E25FC0;
}
.BgClassName
{
background-color: #E25FC0;
}
</style>
border-color css
<style>
span { border-color: #E25FC0; }
span { border-color: rgb(226,95,192); }
td.TdClassName
{
border-color: #E25FC0;
}
.TagClassName
{
border-color: #E25FC0;
}
</style>