Html Css Color HEX #E266D3 Free Speech Magenta
📋 copy color: '#E266D3'red 226 ◦ green 102 ◦ blue 211
Shades of Free Speech Magenta #E266D3
Tints of Free Speech Magenta #E266D3
RGB
CMYK
RGB Variations
Color information
#E266D3 (or 0xE266D3) is known color: Free Speech Magenta. HEX triplet: E2, 66 and D3. RGB value is (226,102,211). Sum of RGB (Red+Green+Blue) = 226+102+211=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E266D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E266D3 is #1D992C. Grayscale: #979797. Windows color (decimal): -1939757 or 13854434. OLE color: 13854434.
HSL color Cylindrical-coordinate representation of color #E266D3: hue angle of 307.26º 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 #E266D3 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 211 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.11 |
| HSL | 307.26º | 0.68% | 0.64% | - |
| HSV(B) | 307.26º | 0.55% | 0.89% | - |
| XYZ | 47.87 | 30.37 | 64.97 | - |
| YUV | 151.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 211 | 0 | 0.55 | 0.07 | 0.11 | 307.26 | 0.68 | 0.64 |
| Hex | E2 | 66 | D3 | 0 | 37 | 7 | B | 133 | 44 | 40 |
| Octal | 342 | 146 | 323 | 0 | 67 | 7 | 13 | 463 | 104 | 100 |
| Binary | 11100010 | 1100110 | 11010011 | 0 | 110111 | 111 | 1011 | 100110011 | 1000100 | 1000000 |
Color Harmonies of #E266D3
Complementary color
Monochromatic Colors of #E266D3
Black with #E266D3
Text Example
Text Example
White with #E266D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E266D3; }
p { color: rgb(226,102,211); }
H1.HeaderClassName
{
color: #E266D3;
}
.AnyTagClassName
{
color: #E266D3;
}
</style>
background-color css
<style>
a { background-color: #E266D3; }
a { background-color: rgb(226,102,211); }
div.DivClassName
{
background-color: #E266D3;
}
.BgClassName
{
background-color: #E266D3;
}
</style>
border-color css
<style>
span { border-color: #E266D3; }
span { border-color: rgb(226,102,211); }
td.TdClassName
{
border-color: #E266D3;
}
.TagClassName
{
border-color: #E266D3;
}
</style>