Html Css Color HEX #E239DB Free Speech Magenta
📋 copy color: '#E239DB'red 226 ◦ green 57 ◦ blue 219
Shades of Free Speech Magenta #E239DB
Tints of Free Speech Magenta #E239DB
RGB
CMYK
RGB Variations
Color information
#E239DB (or 0xE239DB) is known color: Free Speech Magenta. HEX triplet: E2, 39 and DB. RGB value is (226,57,219). Sum of RGB (Red+Green+Blue) = 226+57+219=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 57 (22.66% from 255 or 11.35% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E239DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239DB is #1DC624. Grayscale: #7D7D7D. Windows color (decimal): -1951269 or 14367202. OLE color: 14367202.
HSL color Cylindrical-coordinate representation of color #E239DB: hue angle of 302.49º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E239DB is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 219 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.11 |
| HSL | 302.49º | 0.74% | 0.55% | - |
| HSV(B) | 302.49º | 0.75% | 0.89% | - |
| XYZ | 45.61 | 24.21 | 69.29 | - |
| YUV | 126 | 180.49 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 219 | 0 | 0.75 | 0.03 | 0.11 | 302.49 | 0.74 | 0.55 |
| Hex | E2 | 39 | DB | 0 | 4B | 3 | B | 12E | 4A | 37 |
| Octal | 342 | 71 | 333 | 0 | 113 | 3 | 13 | 456 | 112 | 67 |
| Binary | 11100010 | 111001 | 11011011 | 0 | 1001011 | 11 | 1011 | 100101110 | 1001010 | 110111 |
Color Harmonies of #E239DB
Complementary color
Monochromatic Colors of #E239DB
Black with #E239DB
Text Example
Text Example
White with #E239DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239DB; }
p { color: rgb(226,57,219); }
H1.HeaderClassName
{
color: #E239DB;
}
.AnyTagClassName
{
color: #E239DB;
}
</style>
background-color css
<style>
a { background-color: #E239DB; }
a { background-color: rgb(226,57,219); }
div.DivClassName
{
background-color: #E239DB;
}
.BgClassName
{
background-color: #E239DB;
}
</style>
border-color css
<style>
span { border-color: #E239DB; }
span { border-color: rgb(226,57,219); }
td.TdClassName
{
border-color: #E239DB;
}
.TagClassName
{
border-color: #E239DB;
}
</style>