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