Html Css Color HEX #E266C9 Free Speech Magenta
📋 copy color: '#E266C9'red 226 ◦ green 102 ◦ blue 201
Shades of Free Speech Magenta #E266C9
Tints of Free Speech Magenta #E266C9
RGB
CMYK
RGB Variations
Color information
#E266C9 (or 0xE266C9) is known color: Free Speech Magenta. HEX triplet: E2, 66 and C9. RGB value is (226,102,201). Sum of RGB (Red+Green+Blue) = 226+102+201=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E266C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E266C9 is #1D9936. Grayscale: #969696. Windows color (decimal): -1939767 or 13199074. OLE color: 13199074.
HSL color Cylindrical-coordinate representation of color #E266C9: hue angle of 312.1º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E266C9 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 201 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.11 |
| HSL | 312.1º | 0.68% | 0.64% | - |
| HSV(B) | 312.1º | 0.55% | 0.89% | - |
| XYZ | 46.66 | 29.89 | 58.57 | - |
| YUV | 150.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 201 | 0 | 0.55 | 0.11 | 0.11 | 312.1 | 0.68 | 0.64 |
| Hex | E2 | 66 | C9 | 0 | 37 | B | B | 138 | 44 | 40 |
| Octal | 342 | 146 | 311 | 0 | 67 | 13 | 13 | 470 | 104 | 100 |
| Binary | 11100010 | 1100110 | 11001001 | 0 | 110111 | 1011 | 1011 | 100111000 | 1000100 | 1000000 |
Color Harmonies of #E266C9
Complementary color
Monochromatic Colors of #E266C9
Black with #E266C9
Text Example
Text Example
White with #E266C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E266C9; }
p { color: rgb(226,102,201); }
H1.HeaderClassName
{
color: #E266C9;
}
.AnyTagClassName
{
color: #E266C9;
}
</style>
background-color css
<style>
a { background-color: #E266C9; }
a { background-color: rgb(226,102,201); }
div.DivClassName
{
background-color: #E266C9;
}
.BgClassName
{
background-color: #E266C9;
}
</style>
border-color css
<style>
span { border-color: #E266C9; }
span { border-color: rgb(226,102,201); }
td.TdClassName
{
border-color: #E266C9;
}
.TagClassName
{
border-color: #E266C9;
}
</style>