Html Css Color HEX #E952BC Free Speech Magenta
📋 copy color: '#E952BC'red 233 ◦ green 82 ◦ blue 188
Shades of Free Speech Magenta #E952BC
Tints of Free Speech Magenta #E952BC
RGB
CMYK
RGB Variations
Color information
#E952BC (or 0xE952BC) is known color: Free Speech Magenta. HEX triplet: E9, 52 and BC. RGB value is (233,82,188). Sum of RGB (Red+Green+Blue) = 233+82+188=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E952BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E952BC is #16AD43. Grayscale: #8A8A8A. Windows color (decimal): -1486148 or 12341993. OLE color: 12341993.
HSL color Cylindrical-coordinate representation of color #E952BC: hue angle of 317.88º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E952BC is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 188 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.09 |
| HSL | 317.88º | 0.77% | 0.62% | - |
| HSV(B) | 317.88º | 0.65% | 0.91% | - |
| XYZ | 45.7 | 26.99 | 50.38 | - |
| YUV | 139.23 | 155.53 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 188 | 0 | 0.65 | 0.19 | 0.09 | 317.88 | 0.77 | 0.62 |
| Hex | E9 | 52 | BC | 0 | 41 | 13 | 9 | 13E | 4D | 3E |
| Octal | 351 | 122 | 274 | 0 | 101 | 23 | 11 | 476 | 115 | 76 |
| Binary | 11101001 | 1010010 | 10111100 | 0 | 1000001 | 10011 | 1001 | 100111110 | 1001101 | 111110 |
Color Harmonies of #E952BC
Complementary color
Monochromatic Colors of #E952BC
Black with #E952BC
Text Example
Text Example
White with #E952BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E952BC; }
p { color: rgb(233,82,188); }
H1.HeaderClassName
{
color: #E952BC;
}
.AnyTagClassName
{
color: #E952BC;
}
</style>
background-color css
<style>
a { background-color: #E952BC; }
a { background-color: rgb(233,82,188); }
div.DivClassName
{
background-color: #E952BC;
}
.BgClassName
{
background-color: #E952BC;
}
</style>
border-color css
<style>
span { border-color: #E952BC; }
span { border-color: rgb(233,82,188); }
td.TdClassName
{
border-color: #E952BC;
}
.TagClassName
{
border-color: #E952BC;
}
</style>