Html Css Color HEX #E263DB Free Speech Magenta
📋 copy color: '#E263DB'red 226 ◦ green 99 ◦ blue 219
Shades of Free Speech Magenta #E263DB
Tints of Free Speech Magenta #E263DB
RGB
CMYK
RGB Variations
Color information
#E263DB (or 0xE263DB) is known color: Free Speech Magenta. HEX triplet: E2, 63 and DB. RGB value is (226,99,219). Sum of RGB (Red+Green+Blue) = 226+99+219=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 99 (39.06% from 255 or 18.20% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E263DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E263DB is #1D9C24. Grayscale: #969696. Windows color (decimal): -1940517 or 14377954. OLE color: 14377954.
HSL color Cylindrical-coordinate representation of color #E263DB: hue angle of 303.31º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E263DB is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 219 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.11 |
| HSL | 303.31º | 0.69% | 0.64% | - |
| HSV(B) | 303.31º | 0.56% | 0.89% | - |
| XYZ | 48.61 | 30.21 | 70.29 | - |
| YUV | 150.65 | 166.58 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 219 | 0 | 0.56 | 0.03 | 0.11 | 303.31 | 0.69 | 0.64 |
| Hex | E2 | 63 | DB | 0 | 38 | 3 | B | 12F | 45 | 40 |
| Octal | 342 | 143 | 333 | 0 | 70 | 3 | 13 | 457 | 105 | 100 |
| Binary | 11100010 | 1100011 | 11011011 | 0 | 111000 | 11 | 1011 | 100101111 | 1000101 | 1000000 |
Color Harmonies of #E263DB
Complementary color
Monochromatic Colors of #E263DB
Black with #E263DB
Text Example
Text Example
White with #E263DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E263DB; }
p { color: rgb(226,99,219); }
H1.HeaderClassName
{
color: #E263DB;
}
.AnyTagClassName
{
color: #E263DB;
}
</style>
background-color css
<style>
a { background-color: #E263DB; }
a { background-color: rgb(226,99,219); }
div.DivClassName
{
background-color: #E263DB;
}
.BgClassName
{
background-color: #E263DB;
}
</style>
border-color css
<style>
span { border-color: #E263DB; }
span { border-color: rgb(226,99,219); }
td.TdClassName
{
border-color: #E263DB;
}
.TagClassName
{
border-color: #E263DB;
}
</style>