Html Css Color HEX #E252D1 Free Speech Magenta
📋 copy color: '#E252D1'red 226 ◦ green 82 ◦ blue 209
Shades of Free Speech Magenta #E252D1
Tints of Free Speech Magenta #E252D1
RGB
CMYK
RGB Variations
Color information
#E252D1 (or 0xE252D1) is known color: Free Speech Magenta. HEX triplet: E2, 52 and D1. RGB value is (226,82,209). Sum of RGB (Red+Green+Blue) = 226+82+209=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E252D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E252D1 is #1DAD2E. Grayscale: #8B8B8B. Windows color (decimal): -1944879 or 13718242. OLE color: 13718242.
HSL color Cylindrical-coordinate representation of color #E252D1: hue angle of 307.08º 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 #E252D1 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 209 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.11 |
| HSL | 307.08º | 0.71% | 0.6% | - |
| HSV(B) | 307.08º | 0.64% | 0.89% | - |
| XYZ | 45.89 | 26.81 | 63.08 | - |
| YUV | 139.53 | 167.21 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 209 | 0 | 0.64 | 0.08 | 0.11 | 307.08 | 0.71 | 0.6 |
| Hex | E2 | 52 | D1 | 0 | 40 | 8 | B | 133 | 47 | 3C |
| Octal | 342 | 122 | 321 | 0 | 100 | 10 | 13 | 463 | 107 | 74 |
| Binary | 11100010 | 1010010 | 11010001 | 0 | 1000000 | 1000 | 1011 | 100110011 | 1000111 | 111100 |
Color Harmonies of #E252D1
Complementary color
Monochromatic Colors of #E252D1
Black with #E252D1
Text Example
Text Example
White with #E252D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E252D1; }
p { color: rgb(226,82,209); }
H1.HeaderClassName
{
color: #E252D1;
}
.AnyTagClassName
{
color: #E252D1;
}
</style>
background-color css
<style>
a { background-color: #E252D1; }
a { background-color: rgb(226,82,209); }
div.DivClassName
{
background-color: #E252D1;
}
.BgClassName
{
background-color: #E252D1;
}
</style>
border-color css
<style>
span { border-color: #E252D1; }
span { border-color: rgb(226,82,209); }
td.TdClassName
{
border-color: #E252D1;
}
.TagClassName
{
border-color: #E252D1;
}
</style>