Html Css Color HEX #E244DB Free Speech Magenta
📋 copy color: '#E244DB'red 226 ◦ green 68 ◦ blue 219
Shades of Free Speech Magenta #E244DB
Tints of Free Speech Magenta #E244DB
RGB
CMYK
RGB Variations
Color information
#E244DB (or 0xE244DB) is known color: Free Speech Magenta. HEX triplet: E2, 44 and DB. RGB value is (226,68,219). Sum of RGB (Red+Green+Blue) = 226+68+219=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 68 (26.95% from 255 or 13.26% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E244DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E244DB is #1DBB24. Grayscale: #848484. Windows color (decimal): -1948453 or 14370018. OLE color: 14370018.
HSL color Cylindrical-coordinate representation of color #E244DB: hue angle of 302.66º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E244DB is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 68 | 219 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.11 |
| HSL | 302.66º | 0.73% | 0.58% | - |
| HSV(B) | 302.66º | 0.7% | 0.89% | - |
| XYZ | 46.22 | 25.42 | 69.49 | - |
| YUV | 132.46 | 176.85 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 68 | 219 | 0 | 0.70 | 0.03 | 0.11 | 302.66 | 0.73 | 0.58 |
| Hex | E2 | 44 | DB | 0 | 46 | 3 | B | 12F | 49 | 3A |
| Octal | 342 | 104 | 333 | 0 | 106 | 3 | 13 | 457 | 111 | 72 |
| Binary | 11100010 | 1000100 | 11011011 | 0 | 1000110 | 11 | 1011 | 100101111 | 1001001 | 111010 |
Color Harmonies of #E244DB
Complementary color
Monochromatic Colors of #E244DB
Black with #E244DB
Text Example
Text Example
White with #E244DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E244DB; }
p { color: rgb(226,68,219); }
H1.HeaderClassName
{
color: #E244DB;
}
.AnyTagClassName
{
color: #E244DB;
}
</style>
background-color css
<style>
a { background-color: #E244DB; }
a { background-color: rgb(226,68,219); }
div.DivClassName
{
background-color: #E244DB;
}
.BgClassName
{
background-color: #E244DB;
}
</style>
border-color css
<style>
span { border-color: #E244DB; }
span { border-color: rgb(226,68,219); }
td.TdClassName
{
border-color: #E244DB;
}
.TagClassName
{
border-color: #E244DB;
}
</style>