Html Css Color HEX #E450F2 Free Speech Magenta
📋 copy color: '#E450F2'red 228 ◦ green 80 ◦ blue 242
Shades of Free Speech Magenta #E450F2
Tints of Free Speech Magenta #E450F2
RGB
CMYK
RGB Variations
Color information
#E450F2 (or 0xE450F2) is known color: Free Speech Magenta. HEX triplet: E4, 50 and F2. RGB value is (228,80,242). Sum of RGB (Red+Green+Blue) = 228+80+242=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 80 (31.64% from 255 or 14.55% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #E450F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E450F2 is #1BAF0D. Grayscale: #8E8E8E. Windows color (decimal): -1814286 or 15880420. OLE color: 15880420.
HSL color Cylindrical-coordinate representation of color #E450F2: hue angle of 294.81º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E450F2 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 80 | 242 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.05 |
| HSL | 294.81º | 0.86% | 0.63% | - |
| HSV(B) | 294.81º | 0.67% | 0.95% | - |
| XYZ | 50.89 | 28.64 | 86.85 | - |
| YUV | 142.72 | 184.03 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 242 | 0.06 | 0.67 | 0 | 0.05 | 294.81 | 0.86 | 0.63 |
| Hex | E4 | 50 | F2 | 6 | 43 | 0 | 5 | 127 | 56 | 3F |
| Octal | 344 | 120 | 362 | 6 | 103 | 0 | 5 | 447 | 126 | 77 |
| Binary | 11100100 | 1010000 | 11110010 | 110 | 1000011 | 0 | 101 | 100100111 | 1010110 | 111111 |
Color Harmonies of #E450F2
Complementary color
Monochromatic Colors of #E450F2
Black with #E450F2
Text Example
Text Example
White with #E450F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E450F2; }
p { color: rgb(228,80,242); }
H1.HeaderClassName
{
color: #E450F2;
}
.AnyTagClassName
{
color: #E450F2;
}
</style>
background-color css
<style>
a { background-color: #E450F2; }
a { background-color: rgb(228,80,242); }
div.DivClassName
{
background-color: #E450F2;
}
.BgClassName
{
background-color: #E450F2;
}
</style>
border-color css
<style>
span { border-color: #E450F2; }
span { border-color: rgb(228,80,242); }
td.TdClassName
{
border-color: #E450F2;
}
.TagClassName
{
border-color: #E450F2;
}
</style>