Html Css Color HEX #E248C5 Free Speech Magenta
📋 copy color: '#E248C5'red 226 ◦ green 72 ◦ blue 197
Shades of Free Speech Magenta #E248C5
Tints of Free Speech Magenta #E248C5
RGB
CMYK
RGB Variations
Color information
#E248C5 (or 0xE248C5) is known color: Free Speech Magenta. HEX triplet: E2, 48 and C5. RGB value is (226,72,197). Sum of RGB (Red+Green+Blue) = 226+72+197=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 72 (28.52% from 255 or 14.55% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E248C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E248C5 is #1DB73A. Grayscale: #838383. Windows color (decimal): -1947451 or 12929250. OLE color: 12929250.
HSL color Cylindrical-coordinate representation of color #E248C5: hue angle of 311.3º 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 #E248C5 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 72 | 197 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.11 |
| HSL | 311.3º | 0.73% | 0.58% | - |
| HSV(B) | 311.3º | 0.68% | 0.89% | - |
| XYZ | 43.76 | 24.83 | 55.31 | - |
| YUV | 132.3 | 164.52 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 197 | 0 | 0.68 | 0.13 | 0.11 | 311.3 | 0.73 | 0.58 |
| Hex | E2 | 48 | C5 | 0 | 44 | D | B | 137 | 49 | 3A |
| Octal | 342 | 110 | 305 | 0 | 104 | 15 | 13 | 467 | 111 | 72 |
| Binary | 11100010 | 1001000 | 11000101 | 0 | 1000100 | 1101 | 1011 | 100110111 | 1001001 | 111010 |
Color Harmonies of #E248C5
Complementary color
Monochromatic Colors of #E248C5
Black with #E248C5
Text Example
Text Example
White with #E248C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E248C5; }
p { color: rgb(226,72,197); }
H1.HeaderClassName
{
color: #E248C5;
}
.AnyTagClassName
{
color: #E248C5;
}
</style>
background-color css
<style>
a { background-color: #E248C5; }
a { background-color: rgb(226,72,197); }
div.DivClassName
{
background-color: #E248C5;
}
.BgClassName
{
background-color: #E248C5;
}
</style>
border-color css
<style>
span { border-color: #E248C5; }
span { border-color: rgb(226,72,197); }
td.TdClassName
{
border-color: #E248C5;
}
.TagClassName
{
border-color: #E248C5;
}
</style>