Html Css Color HEX #E355D6 Free Speech Magenta
📋 copy color: '#E355D6'red 227 ◦ green 85 ◦ blue 214
Shades of Free Speech Magenta #E355D6
Tints of Free Speech Magenta #E355D6
RGB
CMYK
RGB Variations
Color information
#E355D6 (or 0xE355D6) is known color: Free Speech Magenta. HEX triplet: E3, 55 and D6. RGB value is (227,85,214). Sum of RGB (Red+Green+Blue) = 227+85+214=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E355D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355D6 is #1CAA29. Grayscale: #8D8D8D. Windows color (decimal): -1878570 or 14046691. OLE color: 14046691.
HSL color Cylindrical-coordinate representation of color #E355D6: hue angle of 305.49º 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 #E355D6 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 214 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.11 |
| HSL | 305.49º | 0.72% | 0.61% | - |
| HSV(B) | 305.49º | 0.63% | 0.89% | - |
| XYZ | 47.06 | 27.68 | 66.48 | - |
| YUV | 142.16 | 168.54 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 214 | 0 | 0.63 | 0.06 | 0.11 | 305.49 | 0.72 | 0.61 |
| Hex | E3 | 55 | D6 | 0 | 3F | 6 | B | 131 | 48 | 3D |
| Octal | 343 | 125 | 326 | 0 | 77 | 6 | 13 | 461 | 110 | 75 |
| Binary | 11100011 | 1010101 | 11010110 | 0 | 111111 | 110 | 1011 | 100110001 | 1001000 | 111101 |
Color Harmonies of #E355D6
Complementary color
Monochromatic Colors of #E355D6
Black with #E355D6
Text Example
Text Example
White with #E355D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355D6; }
p { color: rgb(227,85,214); }
H1.HeaderClassName
{
color: #E355D6;
}
.AnyTagClassName
{
color: #E355D6;
}
</style>
background-color css
<style>
a { background-color: #E355D6; }
a { background-color: rgb(227,85,214); }
div.DivClassName
{
background-color: #E355D6;
}
.BgClassName
{
background-color: #E355D6;
}
</style>
border-color css
<style>
span { border-color: #E355D6; }
span { border-color: rgb(227,85,214); }
td.TdClassName
{
border-color: #E355D6;
}
.TagClassName
{
border-color: #E355D6;
}
</style>