Html Css Color HEX #E245DF Free Speech Magenta
📋 copy color: '#E245DF'red 226 ◦ green 69 ◦ blue 223
Shades of Free Speech Magenta #E245DF
Tints of Free Speech Magenta #E245DF
RGB
CMYK
RGB Variations
Color information
#E245DF (or 0xE245DF) is known color: Free Speech Magenta. HEX triplet: E2, 45 and DF. RGB value is (226,69,223). Sum of RGB (Red+Green+Blue) = 226+69+223=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 69 (27.34% from 255 or 13.32% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E245DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E245DF is #1DBA20. Grayscale: #858585. Windows color (decimal): -1948193 or 14632418. OLE color: 14632418.
HSL color Cylindrical-coordinate representation of color #E245DF: hue angle of 301.15º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E245DF is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 223 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.11 |
| HSL | 301.15º | 0.73% | 0.58% | - |
| HSV(B) | 301.15º | 0.69% | 0.89% | - |
| XYZ | 46.81 | 25.75 | 72.32 | - |
| YUV | 133.5 | 178.51 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 223 | 0 | 0.69 | 0.01 | 0.11 | 301.15 | 0.73 | 0.58 |
| Hex | E2 | 45 | DF | 0 | 45 | 1 | B | 12D | 49 | 3A |
| Octal | 342 | 105 | 337 | 0 | 105 | 1 | 13 | 455 | 111 | 72 |
| Binary | 11100010 | 1000101 | 11011111 | 0 | 1000101 | 1 | 1011 | 100101101 | 1001001 | 111010 |
Color Harmonies of #E245DF
Complementary color
Monochromatic Colors of #E245DF
Black with #E245DF
Text Example
Text Example
White with #E245DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E245DF; }
p { color: rgb(226,69,223); }
H1.HeaderClassName
{
color: #E245DF;
}
.AnyTagClassName
{
color: #E245DF;
}
</style>
background-color css
<style>
a { background-color: #E245DF; }
a { background-color: rgb(226,69,223); }
div.DivClassName
{
background-color: #E245DF;
}
.BgClassName
{
background-color: #E245DF;
}
</style>
border-color css
<style>
span { border-color: #E245DF; }
span { border-color: rgb(226,69,223); }
td.TdClassName
{
border-color: #E245DF;
}
.TagClassName
{
border-color: #E245DF;
}
</style>