Html Css Color HEX #E353D6 Free Speech Magenta
📋 copy color: '#E353D6'red 227 ◦ green 83 ◦ blue 214
Shades of Free Speech Magenta #E353D6
Tints of Free Speech Magenta #E353D6
RGB
CMYK
RGB Variations
Color information
#E353D6 (or 0xE353D6) is known color: Free Speech Magenta. HEX triplet: E3, 53 and D6. RGB value is (227,83,214). Sum of RGB (Red+Green+Blue) = 227+83+214=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E353D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E353D6 is #1CAC29. Grayscale: #8C8C8C. Windows color (decimal): -1879082 or 14046179. OLE color: 14046179.
HSL color Cylindrical-coordinate representation of color #E353D6: hue angle of 305.42º 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 #E353D6 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 214 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.11 |
| HSL | 305.42º | 0.72% | 0.61% | - |
| HSV(B) | 305.42º | 0.63% | 0.89% | - |
| XYZ | 46.91 | 27.37 | 66.43 | - |
| YUV | 140.99 | 169.21 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 214 | 0 | 0.63 | 0.06 | 0.11 | 305.42 | 0.72 | 0.61 |
| Hex | E3 | 53 | D6 | 0 | 3F | 6 | B | 131 | 48 | 3D |
| Octal | 343 | 123 | 326 | 0 | 77 | 6 | 13 | 461 | 110 | 75 |
| Binary | 11100011 | 1010011 | 11010110 | 0 | 111111 | 110 | 1011 | 100110001 | 1001000 | 111101 |
Color Harmonies of #E353D6
Complementary color
Monochromatic Colors of #E353D6
Black with #E353D6
Text Example
Text Example
White with #E353D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E353D6; }
p { color: rgb(227,83,214); }
H1.HeaderClassName
{
color: #E353D6;
}
.AnyTagClassName
{
color: #E353D6;
}
</style>
background-color css
<style>
a { background-color: #E353D6; }
a { background-color: rgb(227,83,214); }
div.DivClassName
{
background-color: #E353D6;
}
.BgClassName
{
background-color: #E353D6;
}
</style>
border-color css
<style>
span { border-color: #E353D6; }
span { border-color: rgb(227,83,214); }
td.TdClassName
{
border-color: #E353D6;
}
.TagClassName
{
border-color: #E353D6;
}
</style>