Html Css Color HEX #E353CF Free Speech Magenta
📋 copy color: '#E353CF'red 227 ◦ green 83 ◦ blue 207
Shades of Free Speech Magenta #E353CF
Tints of Free Speech Magenta #E353CF
RGB
CMYK
RGB Variations
Color information
#E353CF (or 0xE353CF) is known color: Free Speech Magenta. HEX triplet: E3, 53 and CF. RGB value is (227,83,207). Sum of RGB (Red+Green+Blue) = 227+83+207=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E353CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E353CF is #1CAC30. Grayscale: #8B8B8B. Windows color (decimal): -1879089 or 13587427. OLE color: 13587427.
HSL color Cylindrical-coordinate representation of color #E353CF: hue angle of 308.33º 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 #E353CF is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 207 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.11 |
| HSL | 308.33º | 0.72% | 0.61% | - |
| HSV(B) | 308.33º | 0.63% | 0.89% | - |
| XYZ | 46.03 | 27.02 | 61.82 | - |
| YUV | 140.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 207 | 0 | 0.63 | 0.09 | 0.11 | 308.33 | 0.72 | 0.61 |
| Hex | E3 | 53 | CF | 0 | 3F | 9 | B | 134 | 48 | 3D |
| Octal | 343 | 123 | 317 | 0 | 77 | 11 | 13 | 464 | 110 | 75 |
| Binary | 11100011 | 1010011 | 11001111 | 0 | 111111 | 1001 | 1011 | 100110100 | 1001000 | 111101 |
Color Harmonies of #E353CF
Complementary color
Monochromatic Colors of #E353CF
Black with #E353CF
Text Example
Text Example
White with #E353CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E353CF; }
p { color: rgb(227,83,207); }
H1.HeaderClassName
{
color: #E353CF;
}
.AnyTagClassName
{
color: #E353CF;
}
</style>
background-color css
<style>
a { background-color: #E353CF; }
a { background-color: rgb(227,83,207); }
div.DivClassName
{
background-color: #E353CF;
}
.BgClassName
{
background-color: #E353CF;
}
</style>
border-color css
<style>
span { border-color: #E353CF; }
span { border-color: rgb(227,83,207); }
td.TdClassName
{
border-color: #E353CF;
}
.TagClassName
{
border-color: #E353CF;
}
</style>