Html Css Color HEX #E252DD Free Speech Magenta
📋 copy color: '#E252DD'red 226 ◦ green 82 ◦ blue 221
Shades of Free Speech Magenta #E252DD
Tints of Free Speech Magenta #E252DD
RGB
CMYK
RGB Variations
Color information
#E252DD (or 0xE252DD) is known color: Free Speech Magenta. HEX triplet: E2, 52 and DD. RGB value is (226,82,221). Sum of RGB (Red+Green+Blue) = 226+82+221=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E252DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E252DD is #1DAD22. Grayscale: #8C8C8C. Windows color (decimal): -1944867 or 14504674. OLE color: 14504674.
HSL color Cylindrical-coordinate representation of color #E252DD: hue angle of 302.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 #E252DD is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 221 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.11 |
| HSL | 302.08º | 0.71% | 0.6% | - |
| HSV(B) | 302.08º | 0.64% | 0.89% | - |
| XYZ | 47.43 | 27.42 | 71.2 | - |
| YUV | 140.9 | 173.21 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 221 | 0 | 0.64 | 0.02 | 0.11 | 302.08 | 0.71 | 0.6 |
| Hex | E2 | 52 | DD | 0 | 40 | 2 | B | 12E | 47 | 3C |
| Octal | 342 | 122 | 335 | 0 | 100 | 2 | 13 | 456 | 107 | 74 |
| Binary | 11100010 | 1010010 | 11011101 | 0 | 1000000 | 10 | 1011 | 100101110 | 1000111 | 111100 |
Color Harmonies of #E252DD
Complementary color
Monochromatic Colors of #E252DD
Black with #E252DD
Text Example
Text Example
White with #E252DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E252DD; }
p { color: rgb(226,82,221); }
H1.HeaderClassName
{
color: #E252DD;
}
.AnyTagClassName
{
color: #E252DD;
}
</style>
background-color css
<style>
a { background-color: #E252DD; }
a { background-color: rgb(226,82,221); }
div.DivClassName
{
background-color: #E252DD;
}
.BgClassName
{
background-color: #E252DD;
}
</style>
border-color css
<style>
span { border-color: #E252DD; }
span { border-color: rgb(226,82,221); }
td.TdClassName
{
border-color: #E252DD;
}
.TagClassName
{
border-color: #E252DD;
}
</style>