Html Css Color HEX #E352EB Free Speech Magenta
📋 copy color: '#E352EB'red 227 ◦ green 82 ◦ blue 235
Shades of Free Speech Magenta #E352EB
Tints of Free Speech Magenta #E352EB
RGB
CMYK
RGB Variations
Color information
#E352EB (or 0xE352EB) is known color: Free Speech Magenta. HEX triplet: E3, 52 and EB. RGB value is (227,82,235). Sum of RGB (Red+Green+Blue) = 227+82+235=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 82 (32.42% from 255 or 15.07% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #E352EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E352EB is #1CAD14. Grayscale: #8E8E8E. Windows color (decimal): -1879317 or 15422179. OLE color: 15422179.
HSL color Cylindrical-coordinate representation of color #E352EB: hue angle of 296.86º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E352EB is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 82 | 235 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.08 |
| HSL | 296.86º | 0.79% | 0.62% | - |
| HSV(B) | 296.86º | 0.65% | 0.92% | - |
| XYZ | 49.69 | 28.36 | 81.45 | - |
| YUV | 142.8 | 180.04 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 235 | 0.03 | 0.65 | 0 | 0.08 | 296.86 | 0.79 | 0.62 |
| Hex | E3 | 52 | EB | 3 | 41 | 0 | 8 | 129 | 4F | 3E |
| Octal | 343 | 122 | 353 | 3 | 101 | 0 | 10 | 451 | 117 | 76 |
| Binary | 11100011 | 1010010 | 11101011 | 11 | 1000001 | 0 | 1000 | 100101001 | 1001111 | 111110 |
Color Harmonies of #E352EB
Complementary color
Monochromatic Colors of #E352EB
Black with #E352EB
Text Example
Text Example
White with #E352EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352EB; }
p { color: rgb(227,82,235); }
H1.HeaderClassName
{
color: #E352EB;
}
.AnyTagClassName
{
color: #E352EB;
}
</style>
background-color css
<style>
a { background-color: #E352EB; }
a { background-color: rgb(227,82,235); }
div.DivClassName
{
background-color: #E352EB;
}
.BgClassName
{
background-color: #E352EB;
}
</style>
border-color css
<style>
span { border-color: #E352EB; }
span { border-color: rgb(227,82,235); }
td.TdClassName
{
border-color: #E352EB;
}
.TagClassName
{
border-color: #E352EB;
}
</style>