Html Css Color HEX #E265DF Free Speech Magenta
📋 copy color: '#E265DF'red 226 ◦ green 101 ◦ blue 223
Shades of Free Speech Magenta #E265DF
Tints of Free Speech Magenta #E265DF
RGB
CMYK
RGB Variations
Color information
#E265DF (or 0xE265DF) is known color: Free Speech Magenta. HEX triplet: E2, 65 and DF. RGB value is (226,101,223). Sum of RGB (Red+Green+Blue) = 226+101+223=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E265DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E265DF is #1D9A20. Grayscale: #979797. Windows color (decimal): -1940001 or 14640610. OLE color: 14640610.
HSL color Cylindrical-coordinate representation of color #E265DF: hue angle of 301.44º 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 #E265DF is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 223 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.11 |
| HSL | 301.44º | 0.68% | 0.64% | - |
| HSV(B) | 301.44º | 0.55% | 0.89% | - |
| XYZ | 49.34 | 30.8 | 73.16 | - |
| YUV | 152.28 | 167.91 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 223 | 0 | 0.55 | 0.01 | 0.11 | 301.44 | 0.68 | 0.64 |
| Hex | E2 | 65 | DF | 0 | 37 | 1 | B | 12D | 44 | 40 |
| Octal | 342 | 145 | 337 | 0 | 67 | 1 | 13 | 455 | 104 | 100 |
| Binary | 11100010 | 1100101 | 11011111 | 0 | 110111 | 1 | 1011 | 100101101 | 1000100 | 1000000 |
Color Harmonies of #E265DF
Complementary color
Monochromatic Colors of #E265DF
Black with #E265DF
Text Example
Text Example
White with #E265DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265DF; }
p { color: rgb(226,101,223); }
H1.HeaderClassName
{
color: #E265DF;
}
.AnyTagClassName
{
color: #E265DF;
}
</style>
background-color css
<style>
a { background-color: #E265DF; }
a { background-color: rgb(226,101,223); }
div.DivClassName
{
background-color: #E265DF;
}
.BgClassName
{
background-color: #E265DF;
}
</style>
border-color css
<style>
span { border-color: #E265DF; }
span { border-color: rgb(226,101,223); }
td.TdClassName
{
border-color: #E265DF;
}
.TagClassName
{
border-color: #E265DF;
}
</style>