Html Css Color HEX #E266C6 Free Speech Magenta
📋 copy color: '#E266C6'red 226 ◦ green 102 ◦ blue 198
Shades of Free Speech Magenta #E266C6
Tints of Free Speech Magenta #E266C6
RGB
CMYK
RGB Variations
Color information
#E266C6 (or 0xE266C6) is known color: Free Speech Magenta. HEX triplet: E2, 66 and C6. RGB value is (226,102,198). Sum of RGB (Red+Green+Blue) = 226+102+198=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E266C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E266C6 is #1D9939. Grayscale: #959595. Windows color (decimal): -1939770 or 13002466. OLE color: 13002466.
HSL color Cylindrical-coordinate representation of color #E266C6: hue angle of 313.55º 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 #E266C6 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 198 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.11 |
| HSL | 313.55º | 0.68% | 0.64% | - |
| HSV(B) | 313.55º | 0.55% | 0.89% | - |
| XYZ | 46.31 | 29.75 | 56.73 | - |
| YUV | 150.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 198 | 0 | 0.55 | 0.12 | 0.11 | 313.55 | 0.68 | 0.64 |
| Hex | E2 | 66 | C6 | 0 | 37 | C | B | 13A | 44 | 40 |
| Octal | 342 | 146 | 306 | 0 | 67 | 14 | 13 | 472 | 104 | 100 |
| Binary | 11100010 | 1100110 | 11000110 | 0 | 110111 | 1100 | 1011 | 100111010 | 1000100 | 1000000 |
Color Harmonies of #E266C6
Complementary color
Monochromatic Colors of #E266C6
Black with #E266C6
Text Example
Text Example
White with #E266C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E266C6; }
p { color: rgb(226,102,198); }
H1.HeaderClassName
{
color: #E266C6;
}
.AnyTagClassName
{
color: #E266C6;
}
</style>
background-color css
<style>
a { background-color: #E266C6; }
a { background-color: rgb(226,102,198); }
div.DivClassName
{
background-color: #E266C6;
}
.BgClassName
{
background-color: #E266C6;
}
</style>
border-color css
<style>
span { border-color: #E266C6; }
span { border-color: rgb(226,102,198); }
td.TdClassName
{
border-color: #E266C6;
}
.TagClassName
{
border-color: #E266C6;
}
</style>