Html Css Color HEX #E353DD Free Speech Magenta
📋 copy color: '#E353DD'red 227 ◦ green 83 ◦ blue 221
Shades of Free Speech Magenta #E353DD
Tints of Free Speech Magenta #E353DD
RGB
CMYK
RGB Variations
Color information
#E353DD (or 0xE353DD) is known color: Free Speech Magenta. HEX triplet: E3, 53 and DD. RGB value is (227,83,221). Sum of RGB (Red+Green+Blue) = 227+83+221=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E353DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E353DD is #1CAC22. Grayscale: #8D8D8D. Windows color (decimal): -1879075 or 14504931. OLE color: 14504931.
HSL color Cylindrical-coordinate representation of color #E353DD: hue angle of 302.5º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E353DD is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 221 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.11 |
| HSL | 302.5º | 0.72% | 0.61% | - |
| HSV(B) | 302.5º | 0.63% | 0.89% | - |
| XYZ | 47.82 | 27.74 | 71.24 | - |
| YUV | 141.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 221 | 0 | 0.63 | 0.03 | 0.11 | 302.5 | 0.72 | 0.61 |
| Hex | E3 | 53 | DD | 0 | 3F | 3 | B | 12E | 48 | 3D |
| Octal | 343 | 123 | 335 | 0 | 77 | 3 | 13 | 456 | 110 | 75 |
| Binary | 11100011 | 1010011 | 11011101 | 0 | 111111 | 11 | 1011 | 100101110 | 1001000 | 111101 |
Color Harmonies of #E353DD
Complementary color
Monochromatic Colors of #E353DD
Black with #E353DD
Text Example
Text Example
White with #E353DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E353DD; }
p { color: rgb(227,83,221); }
H1.HeaderClassName
{
color: #E353DD;
}
.AnyTagClassName
{
color: #E353DD;
}
</style>
background-color css
<style>
a { background-color: #E353DD; }
a { background-color: rgb(227,83,221); }
div.DivClassName
{
background-color: #E353DD;
}
.BgClassName
{
background-color: #E353DD;
}
</style>
border-color css
<style>
span { border-color: #E353DD; }
span { border-color: rgb(227,83,221); }
td.TdClassName
{
border-color: #E353DD;
}
.TagClassName
{
border-color: #E353DD;
}
</style>