Html Css Color HEX #E641DF Free Speech Magenta
📋 copy color: '#E641DF'red 230 ◦ green 65 ◦ blue 223
Shades of Free Speech Magenta #E641DF
Tints of Free Speech Magenta #E641DF
RGB
CMYK
RGB Variations
Color information
#E641DF (or 0xE641DF) is known color: Free Speech Magenta. HEX triplet: E6, 41 and DF. RGB value is (230,65,223). Sum of RGB (Red+Green+Blue) = 230+65+223=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 65 (25.78% from 255 or 12.55% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E641DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E641DF is #19BE20. Grayscale: #838383. Windows color (decimal): -1687073 or 14631398. OLE color: 14631398.
HSL color Cylindrical-coordinate representation of color #E641DF: hue angle of 302.55º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E641DF is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 223 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.10 |
| HSL | 302.55º | 0.77% | 0.58% | - |
| HSV(B) | 302.55º | 0.72% | 0.9% | - |
| XYZ | 47.84 | 25.93 | 72.3 | - |
| YUV | 132.35 | 179.16 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 223 | 0 | 0.72 | 0.03 | 0.10 | 302.55 | 0.77 | 0.58 |
| Hex | E6 | 41 | DF | 0 | 48 | 3 | A | 12F | 4D | 3A |
| Octal | 346 | 101 | 337 | 0 | 110 | 3 | 12 | 457 | 115 | 72 |
| Binary | 11100110 | 1000001 | 11011111 | 0 | 1001000 | 11 | 1010 | 100101111 | 1001101 | 111010 |
Color Harmonies of #E641DF
Complementary color
Monochromatic Colors of #E641DF
Black with #E641DF
Text Example
Text Example
White with #E641DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E641DF; }
p { color: rgb(230,65,223); }
H1.HeaderClassName
{
color: #E641DF;
}
.AnyTagClassName
{
color: #E641DF;
}
</style>
background-color css
<style>
a { background-color: #E641DF; }
a { background-color: rgb(230,65,223); }
div.DivClassName
{
background-color: #E641DF;
}
.BgClassName
{
background-color: #E641DF;
}
</style>
border-color css
<style>
span { border-color: #E641DF; }
span { border-color: rgb(230,65,223); }
td.TdClassName
{
border-color: #E641DF;
}
.TagClassName
{
border-color: #E641DF;
}
</style>