Html Css Color HEX #E466DF Free Speech Magenta
📋 copy color: '#E466DF'red 228 ◦ green 102 ◦ blue 223
Shades of Free Speech Magenta #E466DF
Tints of Free Speech Magenta #E466DF
RGB
CMYK
RGB Variations
Color information
#E466DF (or 0xE466DF) is known color: Free Speech Magenta. HEX triplet: E4, 66 and DF. RGB value is (228,102,223). Sum of RGB (Red+Green+Blue) = 228+102+223=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E466DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E466DF is #1B9920. Grayscale: #999999. Windows color (decimal): -1808673 or 14640868. OLE color: 14640868.
HSL color Cylindrical-coordinate representation of color #E466DF: hue angle of 302.38º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E466DF is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 102 | 223 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.11 |
| HSL | 302.38º | 0.7% | 0.65% | - |
| HSV(B) | 302.38º | 0.55% | 0.89% | - |
| XYZ | 50.07 | 31.32 | 73.22 | - |
| YUV | 153.47 | 167.24 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 102 | 223 | 0 | 0.55 | 0.02 | 0.11 | 302.38 | 0.7 | 0.65 |
| Hex | E4 | 66 | DF | 0 | 37 | 2 | B | 12E | 46 | 41 |
| Octal | 344 | 146 | 337 | 0 | 67 | 2 | 13 | 456 | 106 | 101 |
| Binary | 11100100 | 1100110 | 11011111 | 0 | 110111 | 10 | 1011 | 100101110 | 1000110 | 1000001 |
Color Harmonies of #E466DF
Complementary color
Monochromatic Colors of #E466DF
Black with #E466DF
Text Example
Text Example
White with #E466DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E466DF; }
p { color: rgb(228,102,223); }
H1.HeaderClassName
{
color: #E466DF;
}
.AnyTagClassName
{
color: #E466DF;
}
</style>
background-color css
<style>
a { background-color: #E466DF; }
a { background-color: rgb(228,102,223); }
div.DivClassName
{
background-color: #E466DF;
}
.BgClassName
{
background-color: #E466DF;
}
</style>
border-color css
<style>
span { border-color: #E466DF; }
span { border-color: rgb(228,102,223); }
td.TdClassName
{
border-color: #E466DF;
}
.TagClassName
{
border-color: #E466DF;
}
</style>