Html Css Color HEX #E25FC1 Free Speech Magenta
📋 copy color: '#E25FC1'red 226 ◦ green 95 ◦ blue 193
Shades of Free Speech Magenta #E25FC1
Tints of Free Speech Magenta #E25FC1
RGB
CMYK
RGB Variations
Color information
#E25FC1 (or 0xE25FC1) is known color: Free Speech Magenta. HEX triplet: E2, 5F and C1. RGB value is (226,95,193). Sum of RGB (Red+Green+Blue) = 226+95+193=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E25FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25FC1 is #1DA03E. Grayscale: #919191. Windows color (decimal): -1941567 or 12672994. OLE color: 12672994.
HSL color Cylindrical-coordinate representation of color #E25FC1: hue angle of 315.11º 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 #E25FC1 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 193 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.11 |
| HSL | 315.11º | 0.69% | 0.63% | - |
| HSV(B) | 315.11º | 0.58% | 0.89% | - |
| XYZ | 45.08 | 28.2 | 53.52 | - |
| YUV | 145.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 193 | 0 | 0.58 | 0.15 | 0.11 | 315.11 | 0.69 | 0.63 |
| Hex | E2 | 5F | C1 | 0 | 3A | F | B | 13B | 45 | 3F |
| Octal | 342 | 137 | 301 | 0 | 72 | 17 | 13 | 473 | 105 | 77 |
| Binary | 11100010 | 1011111 | 11000001 | 0 | 111010 | 1111 | 1011 | 100111011 | 1000101 | 111111 |
Color Harmonies of #E25FC1
Complementary color
Monochromatic Colors of #E25FC1
Black with #E25FC1
Text Example
Text Example
White with #E25FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25FC1; }
p { color: rgb(226,95,193); }
H1.HeaderClassName
{
color: #E25FC1;
}
.AnyTagClassName
{
color: #E25FC1;
}
</style>
background-color css
<style>
a { background-color: #E25FC1; }
a { background-color: rgb(226,95,193); }
div.DivClassName
{
background-color: #E25FC1;
}
.BgClassName
{
background-color: #E25FC1;
}
</style>
border-color css
<style>
span { border-color: #E25FC1; }
span { border-color: rgb(226,95,193); }
td.TdClassName
{
border-color: #E25FC1;
}
.TagClassName
{
border-color: #E25FC1;
}
</style>