Html Css Color HEX #E355CA Free Speech Magenta
📋 copy color: '#E355CA'red 227 ◦ green 85 ◦ blue 202
Shades of Free Speech Magenta #E355CA
Tints of Free Speech Magenta #E355CA
RGB
CMYK
RGB Variations
Color information
#E355CA (or 0xE355CA) is known color: Free Speech Magenta. HEX triplet: E3, 55 and CA. RGB value is (227,85,202). Sum of RGB (Red+Green+Blue) = 227+85+202=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 227 - color contains mainly: red. Hex color #E355CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355CA is #1CAA35. Grayscale: #8C8C8C. Windows color (decimal): -1878582 or 13260259. OLE color: 13260259.
HSL color Cylindrical-coordinate representation of color #E355CA: hue angle of 310.56º 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 #E355CA is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 202 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.11 |
| HSL | 310.56º | 0.72% | 0.61% | - |
| HSV(B) | 310.56º | 0.63% | 0.89% | - |
| XYZ | 45.59 | 27.09 | 58.7 | - |
| YUV | 140.8 | 162.54 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 202 | 0 | 0.63 | 0.11 | 0.11 | 310.56 | 0.72 | 0.61 |
| Hex | E3 | 55 | CA | 0 | 3F | B | B | 137 | 48 | 3D |
| Octal | 343 | 125 | 312 | 0 | 77 | 13 | 13 | 467 | 110 | 75 |
| Binary | 11100011 | 1010101 | 11001010 | 0 | 111111 | 1011 | 1011 | 100110111 | 1001000 | 111101 |
Color Harmonies of #E355CA
Complementary color
Monochromatic Colors of #E355CA
Black with #E355CA
Text Example
Text Example
White with #E355CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355CA; }
p { color: rgb(227,85,202); }
H1.HeaderClassName
{
color: #E355CA;
}
.AnyTagClassName
{
color: #E355CA;
}
</style>
background-color css
<style>
a { background-color: #E355CA; }
a { background-color: rgb(227,85,202); }
div.DivClassName
{
background-color: #E355CA;
}
.BgClassName
{
background-color: #E355CA;
}
</style>
border-color css
<style>
span { border-color: #E355CA; }
span { border-color: rgb(227,85,202); }
td.TdClassName
{
border-color: #E355CA;
}
.TagClassName
{
border-color: #E355CA;
}
</style>