Html Css Color HEX #E245DB Free Speech Magenta
📋 copy color: '#E245DB'red 226 ◦ green 69 ◦ blue 219
Shades of Free Speech Magenta #E245DB
Tints of Free Speech Magenta #E245DB
RGB
CMYK
RGB Variations
Color information
#E245DB (or 0xE245DB) is known color: Free Speech Magenta. HEX triplet: E2, 45 and DB. RGB value is (226,69,219). Sum of RGB (Red+Green+Blue) = 226+69+219=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 69 (27.34% from 255 or 13.42% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E245DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E245DB is #1DBA24. Grayscale: #848484. Windows color (decimal): -1948197 or 14370274. OLE color: 14370274.
HSL color Cylindrical-coordinate representation of color #E245DB: hue angle of 302.68º 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 #E245DB is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 219 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.11 |
| HSL | 302.68º | 0.73% | 0.58% | - |
| HSV(B) | 302.68º | 0.69% | 0.89% | - |
| XYZ | 46.28 | 25.54 | 69.51 | - |
| YUV | 133.04 | 176.51 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 219 | 0 | 0.69 | 0.03 | 0.11 | 302.68 | 0.73 | 0.58 |
| Hex | E2 | 45 | DB | 0 | 45 | 3 | B | 12F | 49 | 3A |
| Octal | 342 | 105 | 333 | 0 | 105 | 3 | 13 | 457 | 111 | 72 |
| Binary | 11100010 | 1000101 | 11011011 | 0 | 1000101 | 11 | 1011 | 100101111 | 1001001 | 111010 |
Color Harmonies of #E245DB
Complementary color
Monochromatic Colors of #E245DB
Black with #E245DB
Text Example
Text Example
White with #E245DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E245DB; }
p { color: rgb(226,69,219); }
H1.HeaderClassName
{
color: #E245DB;
}
.AnyTagClassName
{
color: #E245DB;
}
</style>
background-color css
<style>
a { background-color: #E245DB; }
a { background-color: rgb(226,69,219); }
div.DivClassName
{
background-color: #E245DB;
}
.BgClassName
{
background-color: #E245DB;
}
</style>
border-color css
<style>
span { border-color: #E245DB; }
span { border-color: rgb(226,69,219); }
td.TdClassName
{
border-color: #E245DB;
}
.TagClassName
{
border-color: #E245DB;
}
</style>