Html Css Color HEX #E355D4 Free Speech Magenta
📋 copy color: '#E355D4'red 227 ◦ green 85 ◦ blue 212
Shades of Free Speech Magenta #E355D4
Tints of Free Speech Magenta #E355D4
RGB
CMYK
RGB Variations
Color information
#E355D4 (or 0xE355D4) is known color: Free Speech Magenta. HEX triplet: E3, 55 and D4. RGB value is (227,85,212). Sum of RGB (Red+Green+Blue) = 227+85+212=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 85 (33.59% from 255 or 16.22% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E355D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355D4 is #1CAA2B. Grayscale: #8D8D8D. Windows color (decimal): -1878572 or 13915619. OLE color: 13915619.
HSL color Cylindrical-coordinate representation of color #E355D4: hue angle of 306.34º 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 #E355D4 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 212 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.11 |
| HSL | 306.34º | 0.72% | 0.61% | - |
| HSV(B) | 306.34º | 0.63% | 0.89% | - |
| XYZ | 46.81 | 27.58 | 65.14 | - |
| YUV | 141.94 | 167.54 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 212 | 0 | 0.63 | 0.07 | 0.11 | 306.34 | 0.72 | 0.61 |
| Hex | E3 | 55 | D4 | 0 | 3F | 7 | B | 132 | 48 | 3D |
| Octal | 343 | 125 | 324 | 0 | 77 | 7 | 13 | 462 | 110 | 75 |
| Binary | 11100011 | 1010101 | 11010100 | 0 | 111111 | 111 | 1011 | 100110010 | 1001000 | 111101 |
Color Harmonies of #E355D4
Complementary color
Monochromatic Colors of #E355D4
Black with #E355D4
Text Example
Text Example
White with #E355D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355D4; }
p { color: rgb(227,85,212); }
H1.HeaderClassName
{
color: #E355D4;
}
.AnyTagClassName
{
color: #E355D4;
}
</style>
background-color css
<style>
a { background-color: #E355D4; }
a { background-color: rgb(227,85,212); }
div.DivClassName
{
background-color: #E355D4;
}
.BgClassName
{
background-color: #E355D4;
}
</style>
border-color css
<style>
span { border-color: #E355D4; }
span { border-color: rgb(227,85,212); }
td.TdClassName
{
border-color: #E355D4;
}
.TagClassName
{
border-color: #E355D4;
}
</style>