Html Css Color HEX #E352D2 Free Speech Magenta
📋 copy color: '#E352D2'red 227 ◦ green 82 ◦ blue 210
Shades of Free Speech Magenta #E352D2
Tints of Free Speech Magenta #E352D2
RGB
CMYK
RGB Variations
Color information
#E352D2 (or 0xE352D2) is known color: Free Speech Magenta. HEX triplet: E3, 52 and D2. RGB value is (227,82,210). Sum of RGB (Red+Green+Blue) = 227+82+210=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E352D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352D2 is #1CAD2D. Grayscale: #8B8B8B. Windows color (decimal): -1879342 or 13783779. OLE color: 13783779.
HSL color Cylindrical-coordinate representation of color #E352D2: hue angle of 307.03º 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 #E352D2 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 210 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.11 |
| HSL | 307.03º | 0.72% | 0.61% | - |
| HSV(B) | 307.03º | 0.64% | 0.89% | - |
| XYZ | 46.33 | 27.02 | 63.75 | - |
| YUV | 139.95 | 167.54 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 210 | 0 | 0.64 | 0.07 | 0.11 | 307.03 | 0.72 | 0.61 |
| Hex | E3 | 52 | D2 | 0 | 40 | 7 | B | 133 | 48 | 3D |
| Octal | 343 | 122 | 322 | 0 | 100 | 7 | 13 | 463 | 110 | 75 |
| Binary | 11100011 | 1010010 | 11010010 | 0 | 1000000 | 111 | 1011 | 100110011 | 1001000 | 111101 |
Color Harmonies of #E352D2
Complementary color
Monochromatic Colors of #E352D2
Black with #E352D2
Text Example
Text Example
White with #E352D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352D2; }
p { color: rgb(227,82,210); }
H1.HeaderClassName
{
color: #E352D2;
}
.AnyTagClassName
{
color: #E352D2;
}
</style>
background-color css
<style>
a { background-color: #E352D2; }
a { background-color: rgb(227,82,210); }
div.DivClassName
{
background-color: #E352D2;
}
.BgClassName
{
background-color: #E352D2;
}
</style>
border-color css
<style>
span { border-color: #E352D2; }
span { border-color: rgb(227,82,210); }
td.TdClassName
{
border-color: #E352D2;
}
.TagClassName
{
border-color: #E352D2;
}
</style>