Html Css Color HEX #E262D9 Free Speech Magenta
📋 copy color: '#E262D9'red 226 ◦ green 98 ◦ blue 217
Shades of Free Speech Magenta #E262D9
Tints of Free Speech Magenta #E262D9
RGB
CMYK
RGB Variations
Color information
#E262D9 (or 0xE262D9) is known color: Free Speech Magenta. HEX triplet: E2, 62 and D9. RGB value is (226,98,217). Sum of RGB (Red+Green+Blue) = 226+98+217=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E262D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E262D9 is #1D9D26. Grayscale: #959595. Windows color (decimal): -1940775 or 14246626. OLE color: 14246626.
HSL color Cylindrical-coordinate representation of color #E262D9: hue angle of 304.22º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E262D9 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 217 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.11 |
| HSL | 304.22º | 0.69% | 0.64% | - |
| HSV(B) | 304.22º | 0.57% | 0.89% | - |
| XYZ | 48.26 | 29.91 | 68.88 | - |
| YUV | 149.84 | 165.91 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 217 | 0 | 0.57 | 0.04 | 0.11 | 304.22 | 0.69 | 0.64 |
| Hex | E2 | 62 | D9 | 0 | 39 | 4 | B | 130 | 45 | 40 |
| Octal | 342 | 142 | 331 | 0 | 71 | 4 | 13 | 460 | 105 | 100 |
| Binary | 11100010 | 1100010 | 11011001 | 0 | 111001 | 100 | 1011 | 100110000 | 1000101 | 1000000 |
Color Harmonies of #E262D9
Complementary color
Monochromatic Colors of #E262D9
Black with #E262D9
Text Example
Text Example
White with #E262D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E262D9; }
p { color: rgb(226,98,217); }
H1.HeaderClassName
{
color: #E262D9;
}
.AnyTagClassName
{
color: #E262D9;
}
</style>
background-color css
<style>
a { background-color: #E262D9; }
a { background-color: rgb(226,98,217); }
div.DivClassName
{
background-color: #E262D9;
}
.BgClassName
{
background-color: #E262D9;
}
</style>
border-color css
<style>
span { border-color: #E262D9; }
span { border-color: rgb(226,98,217); }
td.TdClassName
{
border-color: #E262D9;
}
.TagClassName
{
border-color: #E262D9;
}
</style>