Html Css Color HEX #E25EE0 Free Speech Magenta
📋 copy color: '#E25EE0'red 226 ◦ green 94 ◦ blue 224
Shades of Free Speech Magenta #E25EE0
Tints of Free Speech Magenta #E25EE0
RGB
CMYK
RGB Variations
Color information
#E25EE0 (or 0xE25EE0) is known color: Free Speech Magenta. HEX triplet: E2, 5E and E0. RGB value is (226,94,224). Sum of RGB (Red+Green+Blue) = 226+94+224=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25EE0 is #1DA11F. Grayscale: #939393. Windows color (decimal): -1941792 or 14704354. OLE color: 14704354.
HSL color Cylindrical-coordinate representation of color #E25EE0: hue angle of 300.91º 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 #E25EE0 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 224 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.11 |
| HSL | 300.91º | 0.69% | 0.63% | - |
| HSV(B) | 300.91º | 0.58% | 0.89% | - |
| XYZ | 48.82 | 29.56 | 73.65 | - |
| YUV | 148.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 224 | 0 | 0.58 | 0.01 | 0.11 | 300.91 | 0.69 | 0.63 |
| Hex | E2 | 5E | E0 | 0 | 3A | 1 | B | 12D | 45 | 3F |
| Octal | 342 | 136 | 340 | 0 | 72 | 1 | 13 | 455 | 105 | 77 |
| Binary | 11100010 | 1011110 | 11100000 | 0 | 111010 | 1 | 1011 | 100101101 | 1000101 | 111111 |
Color Harmonies of #E25EE0
Complementary color
Monochromatic Colors of #E25EE0
Black with #E25EE0
Text Example
Text Example
White with #E25EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25EE0; }
p { color: rgb(226,94,224); }
H1.HeaderClassName
{
color: #E25EE0;
}
.AnyTagClassName
{
color: #E25EE0;
}
</style>
background-color css
<style>
a { background-color: #E25EE0; }
a { background-color: rgb(226,94,224); }
div.DivClassName
{
background-color: #E25EE0;
}
.BgClassName
{
background-color: #E25EE0;
}
</style>
border-color css
<style>
span { border-color: #E25EE0; }
span { border-color: rgb(226,94,224); }
td.TdClassName
{
border-color: #E25EE0;
}
.TagClassName
{
border-color: #E25EE0;
}
</style>