Html Css Color HEX #E650DF Free Speech Magenta
📋 copy color: '#E650DF'red 230 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #E650DF
Tints of Free Speech Magenta #E650DF
RGB
CMYK
RGB Variations
Color information
#E650DF (or 0xE650DF) is known color: Free Speech Magenta. HEX triplet: E6, 50 and DF. RGB value is (230,80,223). Sum of RGB (Red+Green+Blue) = 230+80+223=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E650DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E650DF is #19AF20. Grayscale: #8C8C8C. Windows color (decimal): -1683233 or 14635238. OLE color: 14635238.
HSL color Cylindrical-coordinate representation of color #E650DF: hue angle of 302.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E650DF is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 223 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.10 |
| HSL | 302.8º | 0.75% | 0.61% | - |
| HSV(B) | 302.8º | 0.65% | 0.9% | - |
| XYZ | 48.82 | 27.89 | 72.62 | - |
| YUV | 141.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 223 | 0 | 0.65 | 0.03 | 0.10 | 302.8 | 0.75 | 0.61 |
| Hex | E6 | 50 | DF | 0 | 41 | 3 | A | 12F | 4B | 3D |
| Octal | 346 | 120 | 337 | 0 | 101 | 3 | 12 | 457 | 113 | 75 |
| Binary | 11100110 | 1010000 | 11011111 | 0 | 1000001 | 11 | 1010 | 100101111 | 1001011 | 111101 |
Color Harmonies of #E650DF
Complementary color
Monochromatic Colors of #E650DF
Black with #E650DF
Text Example
Text Example
White with #E650DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E650DF; }
p { color: rgb(230,80,223); }
H1.HeaderClassName
{
color: #E650DF;
}
.AnyTagClassName
{
color: #E650DF;
}
</style>
background-color css
<style>
a { background-color: #E650DF; }
a { background-color: rgb(230,80,223); }
div.DivClassName
{
background-color: #E650DF;
}
.BgClassName
{
background-color: #E650DF;
}
</style>
border-color css
<style>
span { border-color: #E650DF; }
span { border-color: rgb(230,80,223); }
td.TdClassName
{
border-color: #E650DF;
}
.TagClassName
{
border-color: #E650DF;
}
</style>