Html Css Color HEX #E263DE Free Speech Magenta
📋 copy color: '#E263DE'red 226 ◦ green 99 ◦ blue 222
Shades of Free Speech Magenta #E263DE
Tints of Free Speech Magenta #E263DE
RGB
CMYK
RGB Variations
Color information
#E263DE (or 0xE263DE) is known color: Free Speech Magenta. HEX triplet: E2, 63 and DE. RGB value is (226,99,222). Sum of RGB (Red+Green+Blue) = 226+99+222=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 99 (39.06% from 255 or 18.10% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E263DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E263DE is #1D9C21. Grayscale: #969696. Windows color (decimal): -1940514 or 14574562. OLE color: 14574562.
HSL color Cylindrical-coordinate representation of color #E263DE: hue angle of 301.89º 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 #E263DE is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 222 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.11 |
| HSL | 301.89º | 0.69% | 0.64% | - |
| HSV(B) | 301.89º | 0.56% | 0.89% | - |
| XYZ | 49.01 | 30.37 | 72.39 | - |
| YUV | 151 | 168.08 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 222 | 0 | 0.56 | 0.02 | 0.11 | 301.89 | 0.69 | 0.64 |
| Hex | E2 | 63 | DE | 0 | 38 | 2 | B | 12E | 45 | 40 |
| Octal | 342 | 143 | 336 | 0 | 70 | 2 | 13 | 456 | 105 | 100 |
| Binary | 11100010 | 1100011 | 11011110 | 0 | 111000 | 10 | 1011 | 100101110 | 1000101 | 1000000 |
Color Harmonies of #E263DE
Complementary color
Monochromatic Colors of #E263DE
Black with #E263DE
Text Example
Text Example
White with #E263DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E263DE; }
p { color: rgb(226,99,222); }
H1.HeaderClassName
{
color: #E263DE;
}
.AnyTagClassName
{
color: #E263DE;
}
</style>
background-color css
<style>
a { background-color: #E263DE; }
a { background-color: rgb(226,99,222); }
div.DivClassName
{
background-color: #E263DE;
}
.BgClassName
{
background-color: #E263DE;
}
</style>
border-color css
<style>
span { border-color: #E263DE; }
span { border-color: rgb(226,99,222); }
td.TdClassName
{
border-color: #E263DE;
}
.TagClassName
{
border-color: #E263DE;
}
</style>