Html Css Color HEX #E245D1 Free Speech Magenta
📋 copy color: '#E245D1'red 226 ◦ green 69 ◦ blue 209
Shades of Free Speech Magenta #E245D1
Tints of Free Speech Magenta #E245D1
RGB
CMYK
RGB Variations
Color information
#E245D1 (or 0xE245D1) is known color: Free Speech Magenta. HEX triplet: E2, 45 and D1. RGB value is (226,69,209). Sum of RGB (Red+Green+Blue) = 226+69+209=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 69 (27.34% from 255 or 13.69% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E245D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E245D1 is #1DBA2E. Grayscale: #838383. Windows color (decimal): -1948207 or 13714914. OLE color: 13714914.
HSL color Cylindrical-coordinate representation of color #E245D1: hue angle of 306.5º 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 #E245D1 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 209 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.11 |
| HSL | 306.5º | 0.73% | 0.58% | - |
| HSV(B) | 306.5º | 0.69% | 0.89% | - |
| XYZ | 45 | 25.03 | 62.78 | - |
| YUV | 131.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 209 | 0 | 0.69 | 0.08 | 0.11 | 306.5 | 0.73 | 0.58 |
| Hex | E2 | 45 | D1 | 0 | 45 | 8 | B | 132 | 49 | 3A |
| Octal | 342 | 105 | 321 | 0 | 105 | 10 | 13 | 462 | 111 | 72 |
| Binary | 11100010 | 1000101 | 11010001 | 0 | 1000101 | 1000 | 1011 | 100110010 | 1001001 | 111010 |
Color Harmonies of #E245D1
Complementary color
Monochromatic Colors of #E245D1
Black with #E245D1
Text Example
Text Example
White with #E245D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E245D1; }
p { color: rgb(226,69,209); }
H1.HeaderClassName
{
color: #E245D1;
}
.AnyTagClassName
{
color: #E245D1;
}
</style>
background-color css
<style>
a { background-color: #E245D1; }
a { background-color: rgb(226,69,209); }
div.DivClassName
{
background-color: #E245D1;
}
.BgClassName
{
background-color: #E245D1;
}
</style>
border-color css
<style>
span { border-color: #E245D1; }
span { border-color: rgb(226,69,209); }
td.TdClassName
{
border-color: #E245D1;
}
.TagClassName
{
border-color: #E245D1;
}
</style>