Html Css Color HEX #E263D1 Free Speech Magenta
📋 copy color: '#E263D1'red 226 ◦ green 99 ◦ blue 209
Shades of Free Speech Magenta #E263D1
Tints of Free Speech Magenta #E263D1
RGB
CMYK
RGB Variations
Color information
#E263D1 (or 0xE263D1) is known color: Free Speech Magenta. HEX triplet: E2, 63 and D1. RGB value is (226,99,209). Sum of RGB (Red+Green+Blue) = 226+99+209=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E263D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E263D1 is #1D9C2E. Grayscale: #959595. Windows color (decimal): -1940527 or 13722594. OLE color: 13722594.
HSL color Cylindrical-coordinate representation of color #E263D1: hue angle of 308.03º 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 #E263D1 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 209 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.11 |
| HSL | 308.03º | 0.69% | 0.64% | - |
| HSV(B) | 308.03º | 0.56% | 0.89% | - |
| XYZ | 47.33 | 29.7 | 63.56 | - |
| YUV | 149.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 209 | 0 | 0.56 | 0.08 | 0.11 | 308.03 | 0.69 | 0.64 |
| Hex | E2 | 63 | D1 | 0 | 38 | 8 | B | 134 | 45 | 40 |
| Octal | 342 | 143 | 321 | 0 | 70 | 10 | 13 | 464 | 105 | 100 |
| Binary | 11100010 | 1100011 | 11010001 | 0 | 111000 | 1000 | 1011 | 100110100 | 1000101 | 1000000 |
Color Harmonies of #E263D1
Complementary color
Monochromatic Colors of #E263D1
Black with #E263D1
Text Example
Text Example
White with #E263D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E263D1; }
p { color: rgb(226,99,209); }
H1.HeaderClassName
{
color: #E263D1;
}
.AnyTagClassName
{
color: #E263D1;
}
</style>
background-color css
<style>
a { background-color: #E263D1; }
a { background-color: rgb(226,99,209); }
div.DivClassName
{
background-color: #E263D1;
}
.BgClassName
{
background-color: #E263D1;
}
</style>
border-color css
<style>
span { border-color: #E263D1; }
span { border-color: rgb(226,99,209); }
td.TdClassName
{
border-color: #E263D1;
}
.TagClassName
{
border-color: #E263D1;
}
</style>