Html Css Color HEX #E352F4 Free Speech Magenta
📋 copy color: '#E352F4'red 227 ◦ green 82 ◦ blue 244
Shades of Free Speech Magenta #E352F4
Tints of Free Speech Magenta #E352F4
RGB
CMYK
RGB Variations
Color information
#E352F4 (or 0xE352F4) is known color: Free Speech Magenta. HEX triplet: E3, 52 and F4. RGB value is (227,82,244). Sum of RGB (Red+Green+Blue) = 227+82+244=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 82 (32.42% from 255 or 14.83% from 553); Blue value is 244 (95.70% from 255 or 44.12% from 553); Max value from RGB is 244 - color contains mainly: blue. Hex color #E352F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E352F4 is #1CAD0B. Grayscale: #8F8F8F. Windows color (decimal): -1879308 or 16012003. OLE color: 16012003.
HSL color Cylindrical-coordinate representation of color #E352F4: hue angle of 293.7º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E352F4 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 82 | 244 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.04 |
| HSL | 293.7º | 0.88% | 0.64% | - |
| HSV(B) | 293.7º | 0.66% | 0.96% | - |
| XYZ | 51.02 | 28.9 | 88.48 | - |
| YUV | 143.82 | 184.54 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 244 | 0.07 | 0.66 | 0 | 0.04 | 293.7 | 0.88 | 0.64 |
| Hex | E3 | 52 | F4 | 7 | 42 | 0 | 4 | 126 | 58 | 40 |
| Octal | 343 | 122 | 364 | 7 | 102 | 0 | 4 | 446 | 130 | 100 |
| Binary | 11100011 | 1010010 | 11110100 | 111 | 1000010 | 0 | 100 | 100100110 | 1011000 | 1000000 |
Color Harmonies of #E352F4
Complementary color
Monochromatic Colors of #E352F4
Black with #E352F4
Text Example
Text Example
White with #E352F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352F4; }
p { color: rgb(227,82,244); }
H1.HeaderClassName
{
color: #E352F4;
}
.AnyTagClassName
{
color: #E352F4;
}
</style>
background-color css
<style>
a { background-color: #E352F4; }
a { background-color: rgb(227,82,244); }
div.DivClassName
{
background-color: #E352F4;
}
.BgClassName
{
background-color: #E352F4;
}
</style>
border-color css
<style>
span { border-color: #E352F4; }
span { border-color: rgb(227,82,244); }
td.TdClassName
{
border-color: #E352F4;
}
.TagClassName
{
border-color: #E352F4;
}
</style>