Html Css Color HEX #E442F9 Free Speech Magenta
📋 copy color: '#E442F9'red 228 ◦ green 66 ◦ blue 249
Shades of Free Speech Magenta #E442F9
Tints of Free Speech Magenta #E442F9
RGB
CMYK
RGB Variations
Color information
#E442F9 (or 0xE442F9) is known color: Free Speech Magenta. HEX triplet: E4, 42 and F9. RGB value is (228,66,249). Sum of RGB (Red+Green+Blue) = 228+66+249=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 66 (26.17% from 255 or 12.15% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #E442F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E442F9 is #1BBD06. Grayscale: #868686. Windows color (decimal): -1817863 or 16335588. OLE color: 16335588.
HSL color Cylindrical-coordinate representation of color #E442F9: hue angle of 293.11º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E442F9 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 66 | 249 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.02 |
| HSL | 293.11º | 0.94% | 0.62% | - |
| HSV(B) | 293.11º | 0.73% | 0.98% | - |
| XYZ | 51.04 | 27.23 | 92.19 | - |
| YUV | 135.3 | 192.17 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 66 | 249 | 0.08 | 0.73 | 0 | 0.02 | 293.11 | 0.94 | 0.62 |
| Hex | E4 | 42 | F9 | 8 | 49 | 0 | 2 | 125 | 5E | 3E |
| Octal | 344 | 102 | 371 | 10 | 111 | 0 | 2 | 445 | 136 | 76 |
| Binary | 11100100 | 1000010 | 11111001 | 1000 | 1001001 | 0 | 10 | 100100101 | 1011110 | 111110 |
Color Harmonies of #E442F9
Complementary color
Monochromatic Colors of #E442F9
Black with #E442F9
Text Example
Text Example
White with #E442F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E442F9; }
p { color: rgb(228,66,249); }
H1.HeaderClassName
{
color: #E442F9;
}
.AnyTagClassName
{
color: #E442F9;
}
</style>
background-color css
<style>
a { background-color: #E442F9; }
a { background-color: rgb(228,66,249); }
div.DivClassName
{
background-color: #E442F9;
}
.BgClassName
{
background-color: #E442F9;
}
</style>
border-color css
<style>
span { border-color: #E442F9; }
span { border-color: rgb(228,66,249); }
td.TdClassName
{
border-color: #E442F9;
}
.TagClassName
{
border-color: #E442F9;
}
</style>