Html Css Color HEX #E252BD Free Speech Magenta
📋 copy color: '#E252BD'red 226 ◦ green 82 ◦ blue 189
Shades of Free Speech Magenta #E252BD
Tints of Free Speech Magenta #E252BD
RGB
CMYK
RGB Variations
Color information
#E252BD (or 0xE252BD) is known color: Free Speech Magenta. HEX triplet: E2, 52 and BD. RGB value is (226,82,189). Sum of RGB (Red+Green+Blue) = 226+82+189=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E252BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E252BD is #1DAD42. Grayscale: #888888. Windows color (decimal): -1944899 or 12407522. OLE color: 12407522.
HSL color Cylindrical-coordinate representation of color #E252BD: hue angle of 315.42º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E252BD is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 189 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.11 |
| HSL | 315.42º | 0.71% | 0.6% | - |
| HSV(B) | 315.42º | 0.64% | 0.89% | - |
| XYZ | 43.57 | 25.88 | 50.84 | - |
| YUV | 137.25 | 157.21 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 189 | 0 | 0.64 | 0.16 | 0.11 | 315.42 | 0.71 | 0.6 |
| Hex | E2 | 52 | BD | 0 | 40 | 10 | B | 13B | 47 | 3C |
| Octal | 342 | 122 | 275 | 0 | 100 | 20 | 13 | 473 | 107 | 74 |
| Binary | 11100010 | 1010010 | 10111101 | 0 | 1000000 | 10000 | 1011 | 100111011 | 1000111 | 111100 |
Color Harmonies of #E252BD
Complementary color
Monochromatic Colors of #E252BD
Black with #E252BD
Text Example
Text Example
White with #E252BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E252BD; }
p { color: rgb(226,82,189); }
H1.HeaderClassName
{
color: #E252BD;
}
.AnyTagClassName
{
color: #E252BD;
}
</style>
background-color css
<style>
a { background-color: #E252BD; }
a { background-color: rgb(226,82,189); }
div.DivClassName
{
background-color: #E252BD;
}
.BgClassName
{
background-color: #E252BD;
}
</style>
border-color css
<style>
span { border-color: #E252BD; }
span { border-color: rgb(226,82,189); }
td.TdClassName
{
border-color: #E252BD;
}
.TagClassName
{
border-color: #E252BD;
}
</style>