Html Css Color HEX #E266CE Free Speech Magenta
📋 copy color: '#E266CE'red 226 ◦ green 102 ◦ blue 206
Shades of Free Speech Magenta #E266CE
Tints of Free Speech Magenta #E266CE
RGB
CMYK
RGB Variations
Color information
#E266CE (or 0xE266CE) is known color: Free Speech Magenta. HEX triplet: E2, 66 and CE. RGB value is (226,102,206). Sum of RGB (Red+Green+Blue) = 226+102+206=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E266CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E266CE is #1D9931. Grayscale: #969696. Windows color (decimal): -1939762 or 13526754. OLE color: 13526754.
HSL color Cylindrical-coordinate representation of color #E266CE: hue angle of 309.68º 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 #E266CE is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 206 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.11 |
| HSL | 309.68º | 0.68% | 0.64% | - |
| HSV(B) | 309.68º | 0.55% | 0.89% | - |
| XYZ | 47.26 | 30.13 | 61.72 | - |
| YUV | 150.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 206 | 0 | 0.55 | 0.09 | 0.11 | 309.68 | 0.68 | 0.64 |
| Hex | E2 | 66 | CE | 0 | 37 | 9 | B | 136 | 44 | 40 |
| Octal | 342 | 146 | 316 | 0 | 67 | 11 | 13 | 466 | 104 | 100 |
| Binary | 11100010 | 1100110 | 11001110 | 0 | 110111 | 1001 | 1011 | 100110110 | 1000100 | 1000000 |
Color Harmonies of #E266CE
Complementary color
Monochromatic Colors of #E266CE
Black with #E266CE
Text Example
Text Example
White with #E266CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E266CE; }
p { color: rgb(226,102,206); }
H1.HeaderClassName
{
color: #E266CE;
}
.AnyTagClassName
{
color: #E266CE;
}
</style>
background-color css
<style>
a { background-color: #E266CE; }
a { background-color: rgb(226,102,206); }
div.DivClassName
{
background-color: #E266CE;
}
.BgClassName
{
background-color: #E266CE;
}
</style>
border-color css
<style>
span { border-color: #E266CE; }
span { border-color: rgb(226,102,206); }
td.TdClassName
{
border-color: #E266CE;
}
.TagClassName
{
border-color: #E266CE;
}
</style>