Html Css Color HEX #E352D0 Free Speech Magenta
📋 copy color: '#E352D0'red 227 ◦ green 82 ◦ blue 208
Shades of Free Speech Magenta #E352D0
Tints of Free Speech Magenta #E352D0
RGB
CMYK
RGB Variations
Color information
#E352D0 (or 0xE352D0) is known color: Free Speech Magenta. HEX triplet: E3, 52 and D0. RGB value is (227,82,208). Sum of RGB (Red+Green+Blue) = 227+82+208=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E352D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352D0 is #1CAD2F. Grayscale: #8B8B8B. Windows color (decimal): -1879344 or 13652707. OLE color: 13652707.
HSL color Cylindrical-coordinate representation of color #E352D0: hue angle of 307.86º 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 #E352D0 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 208 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.11 |
| HSL | 307.86º | 0.72% | 0.61% | - |
| HSV(B) | 307.86º | 0.64% | 0.89% | - |
| XYZ | 46.08 | 26.92 | 62.44 | - |
| YUV | 139.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 208 | 0 | 0.64 | 0.08 | 0.11 | 307.86 | 0.72 | 0.61 |
| Hex | E3 | 52 | D0 | 0 | 40 | 8 | B | 134 | 48 | 3D |
| Octal | 343 | 122 | 320 | 0 | 100 | 10 | 13 | 464 | 110 | 75 |
| Binary | 11100011 | 1010010 | 11010000 | 0 | 1000000 | 1000 | 1011 | 100110100 | 1001000 | 111101 |
Color Harmonies of #E352D0
Complementary color
Monochromatic Colors of #E352D0
Black with #E352D0
Text Example
Text Example
White with #E352D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352D0; }
p { color: rgb(227,82,208); }
H1.HeaderClassName
{
color: #E352D0;
}
.AnyTagClassName
{
color: #E352D0;
}
</style>
background-color css
<style>
a { background-color: #E352D0; }
a { background-color: rgb(227,82,208); }
div.DivClassName
{
background-color: #E352D0;
}
.BgClassName
{
background-color: #E352D0;
}
</style>
border-color css
<style>
span { border-color: #E352D0; }
span { border-color: rgb(227,82,208); }
td.TdClassName
{
border-color: #E352D0;
}
.TagClassName
{
border-color: #E352D0;
}
</style>