Html Css Color HEX #E152BC Free Speech Magenta
📋 copy color: '#E152BC'red 225 ◦ green 82 ◦ blue 188
Shades of Free Speech Magenta #E152BC
Tints of Free Speech Magenta #E152BC
RGB
CMYK
RGB Variations
Color information
#E152BC (or 0xE152BC) is known color: Free Speech Magenta. HEX triplet: E1, 52 and BC. RGB value is (225,82,188). Sum of RGB (Red+Green+Blue) = 225+82+188=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E152BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E152BC is #1EAD43. Grayscale: #888888. Windows color (decimal): -2010436 or 12341985. OLE color: 12341985.
HSL color Cylindrical-coordinate representation of color #E152BC: hue angle of 315.52º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E152BC is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 188 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.12 |
| HSL | 315.52º | 0.7% | 0.6% | - |
| HSV(B) | 315.52º | 0.64% | 0.88% | - |
| XYZ | 43.15 | 25.67 | 50.26 | - |
| YUV | 136.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 188 | 0 | 0.64 | 0.16 | 0.12 | 315.52 | 0.7 | 0.6 |
| Hex | E1 | 52 | BC | 0 | 40 | 10 | C | 13C | 46 | 3C |
| Octal | 341 | 122 | 274 | 0 | 100 | 20 | 14 | 474 | 106 | 74 |
| Binary | 11100001 | 1010010 | 10111100 | 0 | 1000000 | 10000 | 1100 | 100111100 | 1000110 | 111100 |
Color Harmonies of #E152BC
Complementary color
Monochromatic Colors of #E152BC
Black with #E152BC
Text Example
Text Example
White with #E152BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E152BC; }
p { color: rgb(225,82,188); }
H1.HeaderClassName
{
color: #E152BC;
}
.AnyTagClassName
{
color: #E152BC;
}
</style>
background-color css
<style>
a { background-color: #E152BC; }
a { background-color: rgb(225,82,188); }
div.DivClassName
{
background-color: #E152BC;
}
.BgClassName
{
background-color: #E152BC;
}
</style>
border-color css
<style>
span { border-color: #E152BC; }
span { border-color: rgb(225,82,188); }
td.TdClassName
{
border-color: #E152BC;
}
.TagClassName
{
border-color: #E152BC;
}
</style>