Html Css Color HEX #E240DB Free Speech Magenta
📋 copy color: '#E240DB'red 226 ◦ green 64 ◦ blue 219
Shades of Free Speech Magenta #E240DB
Tints of Free Speech Magenta #E240DB
RGB
CMYK
RGB Variations
Color information
#E240DB (or 0xE240DB) is known color: Free Speech Magenta. HEX triplet: E2, 40 and DB. RGB value is (226,64,219). Sum of RGB (Red+Green+Blue) = 226+64+219=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E240DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E240DB is #1DBF24. Grayscale: #818181. Windows color (decimal): -1949477 or 14368994. OLE color: 14368994.
HSL color Cylindrical-coordinate representation of color #E240DB: hue angle of 302.59º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E240DB is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 219 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.11 |
| HSL | 302.59º | 0.74% | 0.57% | - |
| HSV(B) | 302.59º | 0.72% | 0.89% | - |
| XYZ | 45.98 | 24.95 | 69.41 | - |
| YUV | 130.11 | 178.17 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 219 | 0 | 0.72 | 0.03 | 0.11 | 302.59 | 0.74 | 0.57 |
| Hex | E2 | 40 | DB | 0 | 48 | 3 | B | 12F | 4A | 39 |
| Octal | 342 | 100 | 333 | 0 | 110 | 3 | 13 | 457 | 112 | 71 |
| Binary | 11100010 | 1000000 | 11011011 | 0 | 1001000 | 11 | 1011 | 100101111 | 1001010 | 111001 |
Color Harmonies of #E240DB
Complementary color
Monochromatic Colors of #E240DB
Black with #E240DB
Text Example
Text Example
White with #E240DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E240DB; }
p { color: rgb(226,64,219); }
H1.HeaderClassName
{
color: #E240DB;
}
.AnyTagClassName
{
color: #E240DB;
}
</style>
background-color css
<style>
a { background-color: #E240DB; }
a { background-color: rgb(226,64,219); }
div.DivClassName
{
background-color: #E240DB;
}
.BgClassName
{
background-color: #E240DB;
}
</style>
border-color css
<style>
span { border-color: #E240DB; }
span { border-color: rgb(226,64,219); }
td.TdClassName
{
border-color: #E240DB;
}
.TagClassName
{
border-color: #E240DB;
}
</style>