Html Css Color HEX #E352E3 Free Speech Magenta
📋 copy color: '#E352E3'red 227 ◦ green 82 ◦ blue 227
Shades of Free Speech Magenta #E352E3
Tints of Free Speech Magenta #E352E3
RGB
CMYK
RGB Variations
Color information
#E352E3 (or 0xE352E3) is known color: Free Speech Magenta. HEX triplet: E3, 52 and E3. RGB value is (227,82,227). Sum of RGB (Red+Green+Blue) = 227+82+227=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 82 (32.42% from 255 or 15.30% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 227 - color contains mainly: red, blue. Hex color #E352E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352E3 is #1CAD1C. Grayscale: #8D8D8D. Windows color (decimal): -1879325 or 14897891. OLE color: 14897891.
HSL color Cylindrical-coordinate representation of color #E352E3: hue angle of 300º 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 #E352E3 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 227 | - |
| CMYK | 0 | 0.64 | 0 | 0.11 |
| HSL | 300º | 0.72% | 0.61% | - |
| HSV(B) | 300º | 0.64% | 0.89% | - |
| XYZ | 48.56 | 27.91 | 75.5 | - |
| YUV | 141.89 | 176.04 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 227 | 0 | 0.64 | 0 | 0.11 | 300 | 0.72 | 0.61 |
| Hex | E3 | 52 | E3 | 0 | 40 | 0 | B | 12C | 48 | 3D |
| Octal | 343 | 122 | 343 | 0 | 100 | 0 | 13 | 454 | 110 | 75 |
| Binary | 11100011 | 1010010 | 11100011 | 0 | 1000000 | 0 | 1011 | 100101100 | 1001000 | 111101 |
Color Harmonies of #E352E3
Complementary color
Monochromatic Colors of #E352E3
Black with #E352E3
Text Example
Text Example
White with #E352E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352E3; }
p { color: rgb(227,82,227); }
H1.HeaderClassName
{
color: #E352E3;
}
.AnyTagClassName
{
color: #E352E3;
}
</style>
background-color css
<style>
a { background-color: #E352E3; }
a { background-color: rgb(227,82,227); }
div.DivClassName
{
background-color: #E352E3;
}
.BgClassName
{
background-color: #E352E3;
}
</style>
border-color css
<style>
span { border-color: #E352E3; }
span { border-color: rgb(227,82,227); }
td.TdClassName
{
border-color: #E352E3;
}
.TagClassName
{
border-color: #E352E3;
}
</style>