Html Css Color HEX #E249E5 Free Speech Magenta
📋 copy color: '#E249E5'red 226 ◦ green 73 ◦ blue 229
Shades of Free Speech Magenta #E249E5
Tints of Free Speech Magenta #E249E5
RGB
CMYK
RGB Variations
Color information
#E249E5 (or 0xE249E5) is known color: Free Speech Magenta. HEX triplet: E2, 49 and E5. RGB value is (226,73,229). Sum of RGB (Red+Green+Blue) = 226+73+229=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #E249E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E249E5 is #1DB61A. Grayscale: #888888. Windows color (decimal): -1947163 or 15026658. OLE color: 15026658.
HSL color Cylindrical-coordinate representation of color #E249E5: hue angle of 298.85º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E249E5 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 73 | 229 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.10 |
| HSL | 298.85º | 0.75% | 0.59% | - |
| HSV(B) | 298.85º | 0.68% | 0.9% | - |
| XYZ | 47.89 | 26.59 | 76.74 | - |
| YUV | 136.53 | 180.19 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 229 | 0.01 | 0.68 | 0 | 0.10 | 298.85 | 0.75 | 0.59 |
| Hex | E2 | 49 | E5 | 1 | 44 | 0 | A | 12B | 4B | 3B |
| Octal | 342 | 111 | 345 | 1 | 104 | 0 | 12 | 453 | 113 | 73 |
| Binary | 11100010 | 1001001 | 11100101 | 1 | 1000100 | 0 | 1010 | 100101011 | 1001011 | 111011 |
Color Harmonies of #E249E5
Complementary color
Monochromatic Colors of #E249E5
Black with #E249E5
Text Example
Text Example
White with #E249E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E249E5; }
p { color: rgb(226,73,229); }
H1.HeaderClassName
{
color: #E249E5;
}
.AnyTagClassName
{
color: #E249E5;
}
</style>
background-color css
<style>
a { background-color: #E249E5; }
a { background-color: rgb(226,73,229); }
div.DivClassName
{
background-color: #E249E5;
}
.BgClassName
{
background-color: #E249E5;
}
</style>
border-color css
<style>
span { border-color: #E249E5; }
span { border-color: rgb(226,73,229); }
td.TdClassName
{
border-color: #E249E5;
}
.TagClassName
{
border-color: #E249E5;
}
</style>