Html Css Color HEX #E267D1 Free Speech Magenta
📋 copy color: '#E267D1'red 226 ◦ green 103 ◦ blue 209
Shades of Free Speech Magenta #E267D1
Tints of Free Speech Magenta #E267D1
RGB
CMYK
RGB Variations
Color information
#E267D1 (or 0xE267D1) is known color: Free Speech Magenta. HEX triplet: E2, 67 and D1. RGB value is (226,103,209). Sum of RGB (Red+Green+Blue) = 226+103+209=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E267D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E267D1 is #1D982E. Grayscale: #979797. Windows color (decimal): -1939503 or 13723618. OLE color: 13723618.
HSL color Cylindrical-coordinate representation of color #E267D1: hue angle of 308.29º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E267D1 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 209 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.11 |
| HSL | 308.29º | 0.68% | 0.65% | - |
| HSV(B) | 308.29º | 0.54% | 0.89% | - |
| XYZ | 47.72 | 30.47 | 63.69 | - |
| YUV | 151.86 | 160.25 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 209 | 0 | 0.54 | 0.08 | 0.11 | 308.29 | 0.68 | 0.65 |
| Hex | E2 | 67 | D1 | 0 | 36 | 8 | B | 134 | 44 | 41 |
| Octal | 342 | 147 | 321 | 0 | 66 | 10 | 13 | 464 | 104 | 101 |
| Binary | 11100010 | 1100111 | 11010001 | 0 | 110110 | 1000 | 1011 | 100110100 | 1000100 | 1000001 |
Color Harmonies of #E267D1
Complementary color
Monochromatic Colors of #E267D1
Black with #E267D1
Text Example
Text Example
White with #E267D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E267D1; }
p { color: rgb(226,103,209); }
H1.HeaderClassName
{
color: #E267D1;
}
.AnyTagClassName
{
color: #E267D1;
}
</style>
background-color css
<style>
a { background-color: #E267D1; }
a { background-color: rgb(226,103,209); }
div.DivClassName
{
background-color: #E267D1;
}
.BgClassName
{
background-color: #E267D1;
}
</style>
border-color css
<style>
span { border-color: #E267D1; }
span { border-color: rgb(226,103,209); }
td.TdClassName
{
border-color: #E267D1;
}
.TagClassName
{
border-color: #E267D1;
}
</style>