Html Css Color HEX #E243DB Free Speech Magenta
📋 copy color: '#E243DB'red 226 ◦ green 67 ◦ blue 219
Shades of Free Speech Magenta #E243DB
Tints of Free Speech Magenta #E243DB
RGB
CMYK
RGB Variations
Color information
#E243DB (or 0xE243DB) is known color: Free Speech Magenta. HEX triplet: E2, 43 and DB. RGB value is (226,67,219). Sum of RGB (Red+Green+Blue) = 226+67+219=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 67 (26.56% from 255 or 13.09% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E243DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E243DB is #1DBC24. Grayscale: #838383. Windows color (decimal): -1948709 or 14369762. OLE color: 14369762.
HSL color Cylindrical-coordinate representation of color #E243DB: hue angle of 302.64º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E243DB is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 67 | 219 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.11 |
| HSL | 302.64º | 0.73% | 0.57% | - |
| HSV(B) | 302.64º | 0.7% | 0.89% | - |
| XYZ | 46.16 | 25.3 | 69.47 | - |
| YUV | 131.87 | 177.18 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 219 | 0 | 0.70 | 0.03 | 0.11 | 302.64 | 0.73 | 0.57 |
| Hex | E2 | 43 | DB | 0 | 46 | 3 | B | 12F | 49 | 39 |
| Octal | 342 | 103 | 333 | 0 | 106 | 3 | 13 | 457 | 111 | 71 |
| Binary | 11100010 | 1000011 | 11011011 | 0 | 1000110 | 11 | 1011 | 100101111 | 1001001 | 111001 |
Color Harmonies of #E243DB
Complementary color
Monochromatic Colors of #E243DB
Black with #E243DB
Text Example
Text Example
White with #E243DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E243DB; }
p { color: rgb(226,67,219); }
H1.HeaderClassName
{
color: #E243DB;
}
.AnyTagClassName
{
color: #E243DB;
}
</style>
background-color css
<style>
a { background-color: #E243DB; }
a { background-color: rgb(226,67,219); }
div.DivClassName
{
background-color: #E243DB;
}
.BgClassName
{
background-color: #E243DB;
}
</style>
border-color css
<style>
span { border-color: #E243DB; }
span { border-color: rgb(226,67,219); }
td.TdClassName
{
border-color: #E243DB;
}
.TagClassName
{
border-color: #E243DB;
}
</style>