Html Css Color HEX #E242DB Free Speech Magenta
📋 copy color: '#E242DB'red 226 ◦ green 66 ◦ blue 219
Shades of Free Speech Magenta #E242DB
Tints of Free Speech Magenta #E242DB
RGB
CMYK
RGB Variations
Color information
#E242DB (or 0xE242DB) is known color: Free Speech Magenta. HEX triplet: E2, 42 and DB. RGB value is (226,66,219). Sum of RGB (Red+Green+Blue) = 226+66+219=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 66 (26.17% from 255 or 12.92% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E242DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E242DB is #1DBD24. Grayscale: #828282. Windows color (decimal): -1948965 or 14369506. OLE color: 14369506.
HSL color Cylindrical-coordinate representation of color #E242DB: hue angle of 302.62º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E242DB is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 219 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.11 |
| HSL | 302.63º | 0.73% | 0.57% | - |
| HSV(B) | 302.63º | 0.71% | 0.89% | - |
| XYZ | 46.1 | 25.18 | 69.45 | - |
| YUV | 131.28 | 177.51 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 219 | 0 | 0.71 | 0.03 | 0.11 | 302.63 | 0.73 | 0.57 |
| Hex | E2 | 42 | DB | 0 | 47 | 3 | B | 12F | 49 | 39 |
| Octal | 342 | 102 | 333 | 0 | 107 | 3 | 13 | 457 | 111 | 71 |
| Binary | 11100010 | 1000010 | 11011011 | 0 | 1000111 | 11 | 1011 | 100101111 | 1001001 | 111001 |
Color Harmonies of #E242DB
Complementary color
Monochromatic Colors of #E242DB
Black with #E242DB
Text Example
Text Example
White with #E242DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E242DB; }
p { color: rgb(226,66,219); }
H1.HeaderClassName
{
color: #E242DB;
}
.AnyTagClassName
{
color: #E242DB;
}
</style>
background-color css
<style>
a { background-color: #E242DB; }
a { background-color: rgb(226,66,219); }
div.DivClassName
{
background-color: #E242DB;
}
.BgClassName
{
background-color: #E242DB;
}
</style>
border-color css
<style>
span { border-color: #E242DB; }
span { border-color: rgb(226,66,219); }
td.TdClassName
{
border-color: #E242DB;
}
.TagClassName
{
border-color: #E242DB;
}
</style>