Html Css Color HEX #E248CF Free Speech Magenta
📋 copy color: '#E248CF'red 226 ◦ green 72 ◦ blue 207
Shades of Free Speech Magenta #E248CF
Tints of Free Speech Magenta #E248CF
RGB
CMYK
RGB Variations
Color information
#E248CF (or 0xE248CF) is known color: Free Speech Magenta. HEX triplet: E2, 48 and CF. RGB value is (226,72,207). Sum of RGB (Red+Green+Blue) = 226+72+207=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E248CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E248CF is #1DB730. Grayscale: #858585. Windows color (decimal): -1947441 or 13584610. OLE color: 13584610.
HSL color Cylindrical-coordinate representation of color #E248CF: hue angle of 307.4º 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 #E248CF is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 72 | 207 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.11 |
| HSL | 307.4º | 0.73% | 0.58% | - |
| HSV(B) | 307.4º | 0.68% | 0.89% | - |
| XYZ | 44.94 | 25.31 | 61.55 | - |
| YUV | 133.44 | 169.52 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 207 | 0 | 0.68 | 0.08 | 0.11 | 307.4 | 0.73 | 0.58 |
| Hex | E2 | 48 | CF | 0 | 44 | 8 | B | 133 | 49 | 3A |
| Octal | 342 | 110 | 317 | 0 | 104 | 10 | 13 | 463 | 111 | 72 |
| Binary | 11100010 | 1001000 | 11001111 | 0 | 1000100 | 1000 | 1011 | 100110011 | 1001001 | 111010 |
Color Harmonies of #E248CF
Complementary color
Monochromatic Colors of #E248CF
Black with #E248CF
Text Example
Text Example
White with #E248CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E248CF; }
p { color: rgb(226,72,207); }
H1.HeaderClassName
{
color: #E248CF;
}
.AnyTagClassName
{
color: #E248CF;
}
</style>
background-color css
<style>
a { background-color: #E248CF; }
a { background-color: rgb(226,72,207); }
div.DivClassName
{
background-color: #E248CF;
}
.BgClassName
{
background-color: #E248CF;
}
</style>
border-color css
<style>
span { border-color: #E248CF; }
span { border-color: rgb(226,72,207); }
td.TdClassName
{
border-color: #E248CF;
}
.TagClassName
{
border-color: #E248CF;
}
</style>