Html Css Color HEX #E25CF0 Free Speech Magenta
📋 copy color: '#E25CF0'red 226 ◦ green 92 ◦ blue 240
Shades of Free Speech Magenta #E25CF0
Tints of Free Speech Magenta #E25CF0
RGB
CMYK
RGB Variations
Color information
#E25CF0 (or 0xE25CF0) is known color: Free Speech Magenta. HEX triplet: E2, 5C and F0. RGB value is (226,92,240). Sum of RGB (Red+Green+Blue) = 226+92+240=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 92 (36.33% from 255 or 16.49% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #E25CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25CF0 is #1DA30F. Grayscale: #949494. Windows color (decimal): -1942288 or 15752418. OLE color: 15752418.
HSL color Cylindrical-coordinate representation of color #E25CF0: hue angle of 294.32º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25CF0 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 92 | 240 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.06 |
| HSL | 294.32º | 0.83% | 0.65% | - |
| HSV(B) | 294.32º | 0.62% | 0.94% | - |
| XYZ | 50.92 | 30.11 | 85.57 | - |
| YUV | 148.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 240 | 0.06 | 0.62 | 0 | 0.06 | 294.32 | 0.83 | 0.65 |
| Hex | E2 | 5C | F0 | 6 | 3E | 0 | 6 | 126 | 53 | 41 |
| Octal | 342 | 134 | 360 | 6 | 76 | 0 | 6 | 446 | 123 | 101 |
| Binary | 11100010 | 1011100 | 11110000 | 110 | 111110 | 0 | 110 | 100100110 | 1010011 | 1000001 |
Color Harmonies of #E25CF0
Complementary color
Monochromatic Colors of #E25CF0
Black with #E25CF0
Text Example
Text Example
White with #E25CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25CF0; }
p { color: rgb(226,92,240); }
H1.HeaderClassName
{
color: #E25CF0;
}
.AnyTagClassName
{
color: #E25CF0;
}
</style>
background-color css
<style>
a { background-color: #E25CF0; }
a { background-color: rgb(226,92,240); }
div.DivClassName
{
background-color: #E25CF0;
}
.BgClassName
{
background-color: #E25CF0;
}
</style>
border-color css
<style>
span { border-color: #E25CF0; }
span { border-color: rgb(226,92,240); }
td.TdClassName
{
border-color: #E25CF0;
}
.TagClassName
{
border-color: #E25CF0;
}
</style>