Html Css Color HEX #E052BD Free Speech Magenta
📋 copy color: '#E052BD'red 224 ◦ green 82 ◦ blue 189
Shades of Free Speech Magenta #E052BD
Tints of Free Speech Magenta #E052BD
RGB
CMYK
RGB Variations
Color information
#E052BD (or 0xE052BD) is known color: Free Speech Magenta. HEX triplet: E0, 52 and BD. RGB value is (224,82,189). Sum of RGB (Red+Green+Blue) = 224+82+189=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E052BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E052BD is #1FAD42. Grayscale: #888888. Windows color (decimal): -2075971 or 12407520. OLE color: 12407520.
HSL color Cylindrical-coordinate representation of color #E052BD: hue angle of 314.79º 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 #E052BD is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 189 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.12 |
| HSL | 314.79º | 0.7% | 0.6% | - |
| HSV(B) | 314.79º | 0.63% | 0.88% | - |
| XYZ | 42.94 | 25.56 | 50.81 | - |
| YUV | 136.66 | 157.54 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 189 | 0 | 0.63 | 0.16 | 0.12 | 314.79 | 0.7 | 0.6 |
| Hex | E0 | 52 | BD | 0 | 3F | 10 | C | 13B | 46 | 3C |
| Octal | 340 | 122 | 275 | 0 | 77 | 20 | 14 | 473 | 106 | 74 |
| Binary | 11100000 | 1010010 | 10111101 | 0 | 111111 | 10000 | 1100 | 100111011 | 1000110 | 111100 |
Color Harmonies of #E052BD
Complementary color
Monochromatic Colors of #E052BD
Black with #E052BD
Text Example
Text Example
White with #E052BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E052BD; }
p { color: rgb(224,82,189); }
H1.HeaderClassName
{
color: #E052BD;
}
.AnyTagClassName
{
color: #E052BD;
}
</style>
background-color css
<style>
a { background-color: #E052BD; }
a { background-color: rgb(224,82,189); }
div.DivClassName
{
background-color: #E052BD;
}
.BgClassName
{
background-color: #E052BD;
}
</style>
border-color css
<style>
span { border-color: #E052BD; }
span { border-color: rgb(224,82,189); }
td.TdClassName
{
border-color: #E052BD;
}
.TagClassName
{
border-color: #E052BD;
}
</style>