Html Css Color HEX #E154F0 Free Speech Magenta
📋 copy color: '#E154F0'red 225 ◦ green 84 ◦ blue 240
Shades of Free Speech Magenta #E154F0
Tints of Free Speech Magenta #E154F0
RGB
CMYK
RGB Variations
Color information
#E154F0 (or 0xE154F0) is known color: Free Speech Magenta. HEX triplet: E1, 54 and F0. RGB value is (225,84,240). Sum of RGB (Red+Green+Blue) = 225+84+240=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 84 (33.20% from 255 or 15.30% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #E154F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E154F0 is #1EAB0F. Grayscale: #8F8F8F. Windows color (decimal): -2009872 or 15750369. OLE color: 15750369.
HSL color Cylindrical-coordinate representation of color #E154F0: hue angle of 294.23º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E154F0 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 84 | 240 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.06 |
| HSL | 294.23º | 0.84% | 0.64% | - |
| HSV(B) | 294.23º | 0.65% | 0.94% | - |
| XYZ | 49.95 | 28.64 | 85.33 | - |
| YUV | 143.94 | 182.21 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 240 | 0.06 | 0.65 | 0 | 0.06 | 294.23 | 0.84 | 0.64 |
| Hex | E1 | 54 | F0 | 6 | 41 | 0 | 6 | 126 | 54 | 40 |
| Octal | 341 | 124 | 360 | 6 | 101 | 0 | 6 | 446 | 124 | 100 |
| Binary | 11100001 | 1010100 | 11110000 | 110 | 1000001 | 0 | 110 | 100100110 | 1010100 | 1000000 |
Color Harmonies of #E154F0
Complementary color
Monochromatic Colors of #E154F0
Black with #E154F0
Text Example
Text Example
White with #E154F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E154F0; }
p { color: rgb(225,84,240); }
H1.HeaderClassName
{
color: #E154F0;
}
.AnyTagClassName
{
color: #E154F0;
}
</style>
background-color css
<style>
a { background-color: #E154F0; }
a { background-color: rgb(225,84,240); }
div.DivClassName
{
background-color: #E154F0;
}
.BgClassName
{
background-color: #E154F0;
}
</style>
border-color css
<style>
span { border-color: #E154F0; }
span { border-color: rgb(225,84,240); }
td.TdClassName
{
border-color: #E154F0;
}
.TagClassName
{
border-color: #E154F0;
}
</style>