Html Css Color HEX #E153BC Free Speech Magenta
📋 copy color: '#E153BC'red 225 ◦ green 83 ◦ blue 188
Shades of Free Speech Magenta #E153BC
Tints of Free Speech Magenta #E153BC
RGB
CMYK
RGB Variations
Color information
#E153BC (or 0xE153BC) is known color: Free Speech Magenta. HEX triplet: E1, 53 and BC. RGB value is (225,83,188). Sum of RGB (Red+Green+Blue) = 225+83+188=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E153BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153BC is #1EAC43. Grayscale: #898989. Windows color (decimal): -2010180 or 12342241. OLE color: 12342241.
HSL color Cylindrical-coordinate representation of color #E153BC: hue angle of 315.63º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E153BC is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 188 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.12 |
| HSL | 315.63º | 0.7% | 0.6% | - |
| HSV(B) | 315.63º | 0.63% | 0.88% | - |
| XYZ | 43.22 | 25.82 | 50.28 | - |
| YUV | 137.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 188 | 0 | 0.63 | 0.16 | 0.12 | 315.63 | 0.7 | 0.6 |
| Hex | E1 | 53 | BC | 0 | 3F | 10 | C | 13C | 46 | 3C |
| Octal | 341 | 123 | 274 | 0 | 77 | 20 | 14 | 474 | 106 | 74 |
| Binary | 11100001 | 1010011 | 10111100 | 0 | 111111 | 10000 | 1100 | 100111100 | 1000110 | 111100 |
Color Harmonies of #E153BC
Complementary color
Monochromatic Colors of #E153BC
Black with #E153BC
Text Example
Text Example
White with #E153BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E153BC; }
p { color: rgb(225,83,188); }
H1.HeaderClassName
{
color: #E153BC;
}
.AnyTagClassName
{
color: #E153BC;
}
</style>
background-color css
<style>
a { background-color: #E153BC; }
a { background-color: rgb(225,83,188); }
div.DivClassName
{
background-color: #E153BC;
}
.BgClassName
{
background-color: #E153BC;
}
</style>
border-color css
<style>
span { border-color: #E153BC; }
span { border-color: rgb(225,83,188); }
td.TdClassName
{
border-color: #E153BC;
}
.TagClassName
{
border-color: #E153BC;
}
</style>