Html Css Color HEX #E25ECF Free Speech Magenta
📋 copy color: '#E25ECF'red 226 ◦ green 94 ◦ blue 207
Shades of Free Speech Magenta #E25ECF
Tints of Free Speech Magenta #E25ECF
RGB
CMYK
RGB Variations
Color information
#E25ECF (or 0xE25ECF) is known color: Free Speech Magenta. HEX triplet: E2, 5E and CF. RGB value is (226,94,207). Sum of RGB (Red+Green+Blue) = 226+94+207=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ECF is #1DA130. Grayscale: #929292. Windows color (decimal): -1941809 or 13590242. OLE color: 13590242.
HSL color Cylindrical-coordinate representation of color #E25ECF: hue angle of 308.64º 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 #E25ECF is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 207 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.11 |
| HSL | 308.64º | 0.69% | 0.63% | - |
| HSV(B) | 308.64º | 0.58% | 0.89% | - |
| XYZ | 46.63 | 28.68 | 62.11 | - |
| YUV | 146.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 207 | 0 | 0.58 | 0.08 | 0.11 | 308.64 | 0.69 | 0.63 |
| Hex | E2 | 5E | CF | 0 | 3A | 8 | B | 135 | 45 | 3F |
| Octal | 342 | 136 | 317 | 0 | 72 | 10 | 13 | 465 | 105 | 77 |
| Binary | 11100010 | 1011110 | 11001111 | 0 | 111010 | 1000 | 1011 | 100110101 | 1000101 | 111111 |
Color Harmonies of #E25ECF
Complementary color
Monochromatic Colors of #E25ECF
Black with #E25ECF
Text Example
Text Example
White with #E25ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25ECF; }
p { color: rgb(226,94,207); }
H1.HeaderClassName
{
color: #E25ECF;
}
.AnyTagClassName
{
color: #E25ECF;
}
</style>
background-color css
<style>
a { background-color: #E25ECF; }
a { background-color: rgb(226,94,207); }
div.DivClassName
{
background-color: #E25ECF;
}
.BgClassName
{
background-color: #E25ECF;
}
</style>
border-color css
<style>
span { border-color: #E25ECF; }
span { border-color: rgb(226,94,207); }
td.TdClassName
{
border-color: #E25ECF;
}
.TagClassName
{
border-color: #E25ECF;
}
</style>