Html Css Color HEX #E264D9 Free Speech Magenta
📋 copy color: '#E264D9'red 226 ◦ green 100 ◦ blue 217
Shades of Free Speech Magenta #E264D9
Tints of Free Speech Magenta #E264D9
RGB
CMYK
RGB Variations
Color information
#E264D9 (or 0xE264D9) is known color: Free Speech Magenta. HEX triplet: E2, 64 and D9. RGB value is (226,100,217). Sum of RGB (Red+Green+Blue) = 226+100+217=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E264D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E264D9 is #1D9B26. Grayscale: #969696. Windows color (decimal): -1940263 or 14247138. OLE color: 14247138.
HSL color Cylindrical-coordinate representation of color #E264D9: hue angle of 304.29º degrees, saturation: 0.68, 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 #E264D9 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 217 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.11 |
| HSL | 304.29º | 0.68% | 0.64% | - |
| HSV(B) | 304.29º | 0.56% | 0.89% | - |
| XYZ | 48.45 | 30.29 | 68.94 | - |
| YUV | 151.01 | 165.24 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 217 | 0 | 0.56 | 0.04 | 0.11 | 304.29 | 0.68 | 0.64 |
| Hex | E2 | 64 | D9 | 0 | 38 | 4 | B | 130 | 44 | 40 |
| Octal | 342 | 144 | 331 | 0 | 70 | 4 | 13 | 460 | 104 | 100 |
| Binary | 11100010 | 1100100 | 11011001 | 0 | 111000 | 100 | 1011 | 100110000 | 1000100 | 1000000 |
Color Harmonies of #E264D9
Complementary color
Monochromatic Colors of #E264D9
Black with #E264D9
Text Example
Text Example
White with #E264D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E264D9; }
p { color: rgb(226,100,217); }
H1.HeaderClassName
{
color: #E264D9;
}
.AnyTagClassName
{
color: #E264D9;
}
</style>
background-color css
<style>
a { background-color: #E264D9; }
a { background-color: rgb(226,100,217); }
div.DivClassName
{
background-color: #E264D9;
}
.BgClassName
{
background-color: #E264D9;
}
</style>
border-color css
<style>
span { border-color: #E264D9; }
span { border-color: rgb(226,100,217); }
td.TdClassName
{
border-color: #E264D9;
}
.TagClassName
{
border-color: #E264D9;
}
</style>