Html Css Color HEX #E352E0 Free Speech Magenta
📋 copy color: '#E352E0'red 227 ◦ green 82 ◦ blue 224
Shades of Free Speech Magenta #E352E0
Tints of Free Speech Magenta #E352E0
RGB
CMYK
RGB Variations
Color information
#E352E0 (or 0xE352E0) is known color: Free Speech Magenta. HEX triplet: E3, 52 and E0. RGB value is (227,82,224). Sum of RGB (Red+Green+Blue) = 227+82+224=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 82 (32.42% from 255 or 15.38% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E352E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352E0 is #1CAD1F. Grayscale: #8D8D8D. Windows color (decimal): -1879328 or 14701283. OLE color: 14701283.
HSL color Cylindrical-coordinate representation of color #E352E0: hue angle of 301.24º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E352E0 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 224 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.11 |
| HSL | 301.24º | 0.72% | 0.61% | - |
| HSV(B) | 301.24º | 0.64% | 0.89% | - |
| XYZ | 48.15 | 27.75 | 73.34 | - |
| YUV | 141.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 224 | 0 | 0.64 | 0.01 | 0.11 | 301.24 | 0.72 | 0.61 |
| Hex | E3 | 52 | E0 | 0 | 40 | 1 | B | 12D | 48 | 3D |
| Octal | 343 | 122 | 340 | 0 | 100 | 1 | 13 | 455 | 110 | 75 |
| Binary | 11100011 | 1010010 | 11100000 | 0 | 1000000 | 1 | 1011 | 100101101 | 1001000 | 111101 |
Color Harmonies of #E352E0
Complementary color
Monochromatic Colors of #E352E0
Black with #E352E0
Text Example
Text Example
White with #E352E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352E0; }
p { color: rgb(227,82,224); }
H1.HeaderClassName
{
color: #E352E0;
}
.AnyTagClassName
{
color: #E352E0;
}
</style>
background-color css
<style>
a { background-color: #E352E0; }
a { background-color: rgb(227,82,224); }
div.DivClassName
{
background-color: #E352E0;
}
.BgClassName
{
background-color: #E352E0;
}
</style>
border-color css
<style>
span { border-color: #E352E0; }
span { border-color: rgb(227,82,224); }
td.TdClassName
{
border-color: #E352E0;
}
.TagClassName
{
border-color: #E352E0;
}
</style>