Html Css Color HEX #E248DD Free Speech Magenta
📋 copy color: '#E248DD'red 226 ◦ green 72 ◦ blue 221
Shades of Free Speech Magenta #E248DD
Tints of Free Speech Magenta #E248DD
RGB
CMYK
RGB Variations
Color information
#E248DD (or 0xE248DD) is known color: Free Speech Magenta. HEX triplet: E2, 48 and DD. RGB value is (226,72,221). Sum of RGB (Red+Green+Blue) = 226+72+221=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E248DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E248DD is #1DB722. Grayscale: #868686. Windows color (decimal): -1947427 or 14502114. OLE color: 14502114.
HSL color Cylindrical-coordinate representation of color #E248DD: hue angle of 301.95º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E248DD is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 72 | 221 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.11 |
| HSL | 301.95º | 0.73% | 0.58% | - |
| HSV(B) | 301.95º | 0.68% | 0.89% | - |
| XYZ | 46.73 | 26.02 | 70.97 | - |
| YUV | 135.03 | 176.52 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 221 | 0 | 0.68 | 0.02 | 0.11 | 301.95 | 0.73 | 0.58 |
| Hex | E2 | 48 | DD | 0 | 44 | 2 | B | 12E | 49 | 3A |
| Octal | 342 | 110 | 335 | 0 | 104 | 2 | 13 | 456 | 111 | 72 |
| Binary | 11100010 | 1001000 | 11011101 | 0 | 1000100 | 10 | 1011 | 100101110 | 1001001 | 111010 |
Color Harmonies of #E248DD
Complementary color
Monochromatic Colors of #E248DD
Black with #E248DD
Text Example
Text Example
White with #E248DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E248DD; }
p { color: rgb(226,72,221); }
H1.HeaderClassName
{
color: #E248DD;
}
.AnyTagClassName
{
color: #E248DD;
}
</style>
background-color css
<style>
a { background-color: #E248DD; }
a { background-color: rgb(226,72,221); }
div.DivClassName
{
background-color: #E248DD;
}
.BgClassName
{
background-color: #E248DD;
}
</style>
border-color css
<style>
span { border-color: #E248DD; }
span { border-color: rgb(226,72,221); }
td.TdClassName
{
border-color: #E248DD;
}
.TagClassName
{
border-color: #E248DD;
}
</style>