Html Css Color HEX #E248E8 Free Speech Magenta
📋 copy color: '#E248E8'red 226 ◦ green 72 ◦ blue 232
Shades of Free Speech Magenta #E248E8
Tints of Free Speech Magenta #E248E8
RGB
CMYK
RGB Variations
Color information
#E248E8 (or 0xE248E8) is known color: Free Speech Magenta. HEX triplet: E2, 48 and E8. RGB value is (226,72,232). Sum of RGB (Red+Green+Blue) = 226+72+232=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 72 (28.52% from 255 or 13.58% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #E248E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E248E8 is #1DB717. Grayscale: #878787. Windows color (decimal): -1947416 or 15223010. OLE color: 15223010.
HSL color Cylindrical-coordinate representation of color #E248E8: hue angle of 297.75º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E248E8 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 72 | 232 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.09 |
| HSL | 297.75º | 0.78% | 0.6% | - |
| HSV(B) | 297.75º | 0.69% | 0.91% | - |
| XYZ | 48.25 | 26.63 | 78.94 | - |
| YUV | 136.29 | 182.02 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 232 | 0.03 | 0.69 | 0 | 0.09 | 297.75 | 0.78 | 0.6 |
| Hex | E2 | 48 | E8 | 3 | 45 | 0 | 9 | 12A | 4E | 3C |
| Octal | 342 | 110 | 350 | 3 | 105 | 0 | 11 | 452 | 116 | 74 |
| Binary | 11100010 | 1001000 | 11101000 | 11 | 1000101 | 0 | 1001 | 100101010 | 1001110 | 111100 |
Color Harmonies of #E248E8
Complementary color
Monochromatic Colors of #E248E8
Black with #E248E8
Text Example
Text Example
White with #E248E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E248E8; }
p { color: rgb(226,72,232); }
H1.HeaderClassName
{
color: #E248E8;
}
.AnyTagClassName
{
color: #E248E8;
}
</style>
background-color css
<style>
a { background-color: #E248E8; }
a { background-color: rgb(226,72,232); }
div.DivClassName
{
background-color: #E248E8;
}
.BgClassName
{
background-color: #E248E8;
}
</style>
border-color css
<style>
span { border-color: #E248E8; }
span { border-color: rgb(226,72,232); }
td.TdClassName
{
border-color: #E248E8;
}
.TagClassName
{
border-color: #E248E8;
}
</style>