Html Css Color HEX #E352D3 Free Speech Magenta
📋 copy color: '#E352D3'red 227 ◦ green 82 ◦ blue 211
Shades of Free Speech Magenta #E352D3
Tints of Free Speech Magenta #E352D3
RGB
CMYK
RGB Variations
Color information
#E352D3 (or 0xE352D3) is known color: Free Speech Magenta. HEX triplet: E3, 52 and D3. RGB value is (227,82,211). Sum of RGB (Red+Green+Blue) = 227+82+211=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E352D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352D3 is #1CAD2C. Grayscale: #8B8B8B. Windows color (decimal): -1879341 or 13849315. OLE color: 13849315.
HSL color Cylindrical-coordinate representation of color #E352D3: hue angle of 306.62º 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 #E352D3 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 211 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.11 |
| HSL | 306.62º | 0.72% | 0.61% | - |
| HSV(B) | 306.62º | 0.64% | 0.89% | - |
| XYZ | 46.45 | 27.07 | 64.4 | - |
| YUV | 140.06 | 168.04 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 211 | 0 | 0.64 | 0.07 | 0.11 | 306.62 | 0.72 | 0.61 |
| Hex | E3 | 52 | D3 | 0 | 40 | 7 | B | 133 | 48 | 3D |
| Octal | 343 | 122 | 323 | 0 | 100 | 7 | 13 | 463 | 110 | 75 |
| Binary | 11100011 | 1010010 | 11010011 | 0 | 1000000 | 111 | 1011 | 100110011 | 1001000 | 111101 |
Color Harmonies of #E352D3
Complementary color
Monochromatic Colors of #E352D3
Black with #E352D3
Text Example
Text Example
White with #E352D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352D3; }
p { color: rgb(227,82,211); }
H1.HeaderClassName
{
color: #E352D3;
}
.AnyTagClassName
{
color: #E352D3;
}
</style>
background-color css
<style>
a { background-color: #E352D3; }
a { background-color: rgb(227,82,211); }
div.DivClassName
{
background-color: #E352D3;
}
.BgClassName
{
background-color: #E352D3;
}
</style>
border-color css
<style>
span { border-color: #E352D3; }
span { border-color: rgb(227,82,211); }
td.TdClassName
{
border-color: #E352D3;
}
.TagClassName
{
border-color: #E352D3;
}
</style>