Html Css Color HEX #E352E5 Free Speech Magenta
📋 copy color: '#E352E5'red 227 ◦ green 82 ◦ blue 229
Shades of Free Speech Magenta #E352E5
Tints of Free Speech Magenta #E352E5
RGB
CMYK
RGB Variations
Color information
#E352E5 (or 0xE352E5) is known color: Free Speech Magenta. HEX triplet: E3, 52 and E5. RGB value is (227,82,229). Sum of RGB (Red+Green+Blue) = 227+82+229=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 82 (32.42% from 255 or 15.24% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #E352E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352E5 is #1CAD1A. Grayscale: #8D8D8D. Windows color (decimal): -1879323 or 15028963. OLE color: 15028963.
HSL color Cylindrical-coordinate representation of color #E352E5: hue angle of 299.18º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E352E5 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 82 | 229 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.10 |
| HSL | 299.18º | 0.74% | 0.61% | - |
| HSV(B) | 299.18º | 0.64% | 0.9% | - |
| XYZ | 48.84 | 28.02 | 76.96 | - |
| YUV | 142.11 | 177.04 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 229 | 0.01 | 0.64 | 0 | 0.10 | 299.18 | 0.74 | 0.61 |
| Hex | E3 | 52 | E5 | 1 | 40 | 0 | A | 12B | 4A | 3D |
| Octal | 343 | 122 | 345 | 1 | 100 | 0 | 12 | 453 | 112 | 75 |
| Binary | 11100011 | 1010010 | 11100101 | 1 | 1000000 | 0 | 1010 | 100101011 | 1001010 | 111101 |
Color Harmonies of #E352E5
Complementary color
Monochromatic Colors of #E352E5
Black with #E352E5
Text Example
Text Example
White with #E352E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352E5; }
p { color: rgb(227,82,229); }
H1.HeaderClassName
{
color: #E352E5;
}
.AnyTagClassName
{
color: #E352E5;
}
</style>
background-color css
<style>
a { background-color: #E352E5; }
a { background-color: rgb(227,82,229); }
div.DivClassName
{
background-color: #E352E5;
}
.BgClassName
{
background-color: #E352E5;
}
</style>
border-color css
<style>
span { border-color: #E352E5; }
span { border-color: rgb(227,82,229); }
td.TdClassName
{
border-color: #E352E5;
}
.TagClassName
{
border-color: #E352E5;
}
</style>