Html Css Color HEX #E645DF Free Speech Magenta
📋 copy color: '#E645DF'red 230 ◦ green 69 ◦ blue 223
Shades of Free Speech Magenta #E645DF
Tints of Free Speech Magenta #E645DF
RGB
CMYK
RGB Variations
Color information
#E645DF (or 0xE645DF) is known color: Free Speech Magenta. HEX triplet: E6, 45 and DF. RGB value is (230,69,223). Sum of RGB (Red+Green+Blue) = 230+69+223=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 69 (27.34% from 255 or 13.22% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E645DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E645DF is #19BA20. Grayscale: #868686. Windows color (decimal): -1686049 or 14632422. OLE color: 14632422.
HSL color Cylindrical-coordinate representation of color #E645DF: hue angle of 302.61º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E645DF is Cyan = 0, Magento = 0.7, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 223 | - |
| CMYK | 0 | 0.7 | 0.03 | 0.10 |
| HSL | 302.61º | 0.76% | 0.59% | - |
| HSV(B) | 302.61º | 0.7% | 0.9% | - |
| XYZ | 48.08 | 26.41 | 72.37 | - |
| YUV | 134.7 | 177.84 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 223 | 0 | 0.7 | 0.03 | 0.10 | 302.61 | 0.76 | 0.59 |
| Hex | E6 | 45 | DF | 0 | 46 | 3 | A | 12F | 4C | 3B |
| Octal | 346 | 105 | 337 | 0 | 106 | 3 | 12 | 457 | 114 | 73 |
| Binary | 11100110 | 1000101 | 11011111 | 0 | 1000110 | 11 | 1010 | 100101111 | 1001100 | 111011 |
Color Harmonies of #E645DF
Complementary color
Monochromatic Colors of #E645DF
Black with #E645DF
Text Example
Text Example
White with #E645DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E645DF; }
p { color: rgb(230,69,223); }
H1.HeaderClassName
{
color: #E645DF;
}
.AnyTagClassName
{
color: #E645DF;
}
</style>
background-color css
<style>
a { background-color: #E645DF; }
a { background-color: rgb(230,69,223); }
div.DivClassName
{
background-color: #E645DF;
}
.BgClassName
{
background-color: #E645DF;
}
</style>
border-color css
<style>
span { border-color: #E645DF; }
span { border-color: rgb(230,69,223); }
td.TdClassName
{
border-color: #E645DF;
}
.TagClassName
{
border-color: #E645DF;
}
</style>