Html Css Color HEX #E353BC Free Speech Magenta
📋 copy color: '#E353BC'red 227 ◦ green 83 ◦ blue 188
Shades of Free Speech Magenta #E353BC
Tints of Free Speech Magenta #E353BC
RGB
CMYK
RGB Variations
Color information
#E353BC (or 0xE353BC) is known color: Free Speech Magenta. HEX triplet: E3, 53 and BC. RGB value is (227,83,188). Sum of RGB (Red+Green+Blue) = 227+83+188=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 227 - color contains mainly: red. Hex color #E353BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E353BC is #1CAC43. Grayscale: #898989. Windows color (decimal): -1879108 or 12342243. OLE color: 12342243.
HSL color Cylindrical-coordinate representation of color #E353BC: hue angle of 316.25º 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 #E353BC is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 188 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.11 |
| HSL | 316.25º | 0.72% | 0.61% | - |
| HSV(B) | 316.25º | 0.63% | 0.89% | - |
| XYZ | 43.85 | 26.15 | 50.31 | - |
| YUV | 138.03 | 156.21 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 188 | 0 | 0.63 | 0.17 | 0.11 | 316.25 | 0.72 | 0.61 |
| Hex | E3 | 53 | BC | 0 | 3F | 11 | B | 13C | 48 | 3D |
| Octal | 343 | 123 | 274 | 0 | 77 | 21 | 13 | 474 | 110 | 75 |
| Binary | 11100011 | 1010011 | 10111100 | 0 | 111111 | 10001 | 1011 | 100111100 | 1001000 | 111101 |
Color Harmonies of #E353BC
Complementary color
Monochromatic Colors of #E353BC
Black with #E353BC
Text Example
Text Example
White with #E353BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E353BC; }
p { color: rgb(227,83,188); }
H1.HeaderClassName
{
color: #E353BC;
}
.AnyTagClassName
{
color: #E353BC;
}
</style>
background-color css
<style>
a { background-color: #E353BC; }
a { background-color: rgb(227,83,188); }
div.DivClassName
{
background-color: #E353BC;
}
.BgClassName
{
background-color: #E353BC;
}
</style>
border-color css
<style>
span { border-color: #E353BC; }
span { border-color: rgb(227,83,188); }
td.TdClassName
{
border-color: #E353BC;
}
.TagClassName
{
border-color: #E353BC;
}
</style>