Html Css Color HEX #E352DC Free Speech Magenta
📋 copy color: '#E352DC'red 227 ◦ green 82 ◦ blue 220
Shades of Free Speech Magenta #E352DC
Tints of Free Speech Magenta #E352DC
RGB
CMYK
RGB Variations
Color information
#E352DC (or 0xE352DC) is known color: Free Speech Magenta. HEX triplet: E3, 52 and DC. RGB value is (227,82,220). Sum of RGB (Red+Green+Blue) = 227+82+220=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E352DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352DC is #1CAD23. Grayscale: #8C8C8C. Windows color (decimal): -1879332 or 14439139. OLE color: 14439139.
HSL color Cylindrical-coordinate representation of color #E352DC: hue angle of 302.9º 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 #E352DC is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 220 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.11 |
| HSL | 302.9º | 0.72% | 0.61% | - |
| HSV(B) | 302.9º | 0.64% | 0.89% | - |
| XYZ | 47.61 | 27.53 | 70.51 | - |
| YUV | 141.09 | 172.54 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 220 | 0 | 0.64 | 0.03 | 0.11 | 302.9 | 0.72 | 0.61 |
| Hex | E3 | 52 | DC | 0 | 40 | 3 | B | 12F | 48 | 3D |
| Octal | 343 | 122 | 334 | 0 | 100 | 3 | 13 | 457 | 110 | 75 |
| Binary | 11100011 | 1010010 | 11011100 | 0 | 1000000 | 11 | 1011 | 100101111 | 1001000 | 111101 |
Color Harmonies of #E352DC
Complementary color
Monochromatic Colors of #E352DC
Black with #E352DC
Text Example
Text Example
White with #E352DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352DC; }
p { color: rgb(227,82,220); }
H1.HeaderClassName
{
color: #E352DC;
}
.AnyTagClassName
{
color: #E352DC;
}
</style>
background-color css
<style>
a { background-color: #E352DC; }
a { background-color: rgb(227,82,220); }
div.DivClassName
{
background-color: #E352DC;
}
.BgClassName
{
background-color: #E352DC;
}
</style>
border-color css
<style>
span { border-color: #E352DC; }
span { border-color: rgb(227,82,220); }
td.TdClassName
{
border-color: #E352DC;
}
.TagClassName
{
border-color: #E352DC;
}
</style>