Html Css Color HEX #E968DF Free Speech Magenta
📋 copy color: '#E968DF'red 233 ◦ green 104 ◦ blue 223
Shades of Free Speech Magenta #E968DF
Tints of Free Speech Magenta #E968DF
RGB
CMYK
RGB Variations
Color information
#E968DF (or 0xE968DF) is known color: Free Speech Magenta. HEX triplet: E9, 68 and DF. RGB value is (233,104,223). Sum of RGB (Red+Green+Blue) = 233+104+223=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 104 (41.02% from 255 or 18.57% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E968DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E968DF is #169720. Grayscale: #9B9B9B. Windows color (decimal): -1480481 or 14641385. OLE color: 14641385.
HSL color Cylindrical-coordinate representation of color #E968DF: hue angle of 304.65º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E968DF is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 223 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.09 |
| HSL | 304.65º | 0.75% | 0.66% | - |
| HSV(B) | 304.65º | 0.55% | 0.91% | - |
| XYZ | 51.87 | 32.55 | 73.36 | - |
| YUV | 156.14 | 165.74 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 223 | 0 | 0.55 | 0.04 | 0.09 | 304.65 | 0.75 | 0.66 |
| Hex | E9 | 68 | DF | 0 | 37 | 4 | 9 | 131 | 4B | 42 |
| Octal | 351 | 150 | 337 | 0 | 67 | 4 | 11 | 461 | 113 | 102 |
| Binary | 11101001 | 1101000 | 11011111 | 0 | 110111 | 100 | 1001 | 100110001 | 1001011 | 1000010 |
Color Harmonies of #E968DF
Complementary color
Monochromatic Colors of #E968DF
Black with #E968DF
Text Example
Text Example
White with #E968DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E968DF; }
p { color: rgb(233,104,223); }
H1.HeaderClassName
{
color: #E968DF;
}
.AnyTagClassName
{
color: #E968DF;
}
</style>
background-color css
<style>
a { background-color: #E968DF; }
a { background-color: rgb(233,104,223); }
div.DivClassName
{
background-color: #E968DF;
}
.BgClassName
{
background-color: #E968DF;
}
</style>
border-color css
<style>
span { border-color: #E968DF; }
span { border-color: rgb(233,104,223); }
td.TdClassName
{
border-color: #E968DF;
}
.TagClassName
{
border-color: #E968DF;
}
</style>