Html Css Color HEX #E135F1 Free Speech Magenta
📋 copy color: '#E135F1'red 225 ◦ green 53 ◦ blue 241
Shades of Free Speech Magenta #E135F1
Tints of Free Speech Magenta #E135F1
RGB
CMYK
RGB Variations
Color information
#E135F1 (or 0xE135F1) is known color: Free Speech Magenta. HEX triplet: E1, 35 and F1. RGB value is (225,53,241). Sum of RGB (Red+Green+Blue) = 225+53+241=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 53 (21.09% from 255 or 10.21% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #E135F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E135F1 is #1ECA0E. Grayscale: #7D7D7D. Windows color (decimal): -2017807 or 15807969. OLE color: 15807969.
HSL color Cylindrical-coordinate representation of color #E135F1: hue angle of 294.89º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E135F1 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 53 | 241 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.05 |
| HSL | 294.89º | 0.87% | 0.58% | - |
| HSV(B) | 294.89º | 0.78% | 0.95% | - |
| XYZ | 48.2 | 24.9 | 85.49 | - |
| YUV | 125.86 | 192.98 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 241 | 0.07 | 0.78 | 0 | 0.05 | 294.89 | 0.87 | 0.58 |
| Hex | E1 | 35 | F1 | 7 | 4E | 0 | 5 | 127 | 57 | 3A |
| Octal | 341 | 65 | 361 | 7 | 116 | 0 | 5 | 447 | 127 | 72 |
| Binary | 11100001 | 110101 | 11110001 | 111 | 1001110 | 0 | 101 | 100100111 | 1010111 | 111010 |
Color Harmonies of #E135F1
Complementary color
Monochromatic Colors of #E135F1
Black with #E135F1
Text Example
Text Example
White with #E135F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E135F1; }
p { color: rgb(225,53,241); }
H1.HeaderClassName
{
color: #E135F1;
}
.AnyTagClassName
{
color: #E135F1;
}
</style>
background-color css
<style>
a { background-color: #E135F1; }
a { background-color: rgb(225,53,241); }
div.DivClassName
{
background-color: #E135F1;
}
.BgClassName
{
background-color: #E135F1;
}
</style>
border-color css
<style>
span { border-color: #E135F1; }
span { border-color: rgb(225,53,241); }
td.TdClassName
{
border-color: #E135F1;
}
.TagClassName
{
border-color: #E135F1;
}
</style>