Html Css Color HEX #E353D1 Free Speech Magenta
📋 copy color: '#E353D1'red 227 ◦ green 83 ◦ blue 209
Shades of Free Speech Magenta #E353D1
Tints of Free Speech Magenta #E353D1
RGB
CMYK
RGB Variations
Color information
#E353D1 (or 0xE353D1) is known color: Free Speech Magenta. HEX triplet: E3, 53 and D1. RGB value is (227,83,209). Sum of RGB (Red+Green+Blue) = 227+83+209=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E353D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E353D1 is #1CAC2E. Grayscale: #8C8C8C. Windows color (decimal): -1879087 or 13718499. OLE color: 13718499.
HSL color Cylindrical-coordinate representation of color #E353D1: hue angle of 307.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 #E353D1 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 209 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.11 |
| HSL | 307.5º | 0.72% | 0.61% | - |
| HSV(B) | 307.5º | 0.63% | 0.89% | - |
| XYZ | 46.28 | 27.12 | 63.12 | - |
| YUV | 140.42 | 166.71 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 209 | 0 | 0.63 | 0.08 | 0.11 | 307.5 | 0.72 | 0.61 |
| Hex | E3 | 53 | D1 | 0 | 3F | 8 | B | 134 | 48 | 3D |
| Octal | 343 | 123 | 321 | 0 | 77 | 10 | 13 | 464 | 110 | 75 |
| Binary | 11100011 | 1010011 | 11010001 | 0 | 111111 | 1000 | 1011 | 100110100 | 1001000 | 111101 |
Color Harmonies of #E353D1
Complementary color
Monochromatic Colors of #E353D1
Black with #E353D1
Text Example
Text Example
White with #E353D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E353D1; }
p { color: rgb(227,83,209); }
H1.HeaderClassName
{
color: #E353D1;
}
.AnyTagClassName
{
color: #E353D1;
}
</style>
background-color css
<style>
a { background-color: #E353D1; }
a { background-color: rgb(227,83,209); }
div.DivClassName
{
background-color: #E353D1;
}
.BgClassName
{
background-color: #E353D1;
}
</style>
border-color css
<style>
span { border-color: #E353D1; }
span { border-color: rgb(227,83,209); }
td.TdClassName
{
border-color: #E353D1;
}
.TagClassName
{
border-color: #E353D1;
}
</style>