Html Css Color HEX #E96BDF Free Speech Magenta
📋 copy color: '#E96BDF'red 233 ◦ green 107 ◦ blue 223
Shades of Free Speech Magenta #E96BDF
Tints of Free Speech Magenta #E96BDF
RGB
CMYK
RGB Variations
Color information
#E96BDF (or 0xE96BDF) is known color: Free Speech Magenta. HEX triplet: E9, 6B and DF. RGB value is (233,107,223). Sum of RGB (Red+Green+Blue) = 233+107+223=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96BDF is #169420. Grayscale: #9D9D9D. Windows color (decimal): -1479713 or 14642153. OLE color: 14642153.
HSL color Cylindrical-coordinate representation of color #E96BDF: hue angle of 304.76º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96BDF is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 223 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.09 |
| HSL | 304.76º | 0.74% | 0.67% | - |
| HSV(B) | 304.76º | 0.54% | 0.91% | - |
| XYZ | 52.18 | 33.17 | 73.46 | - |
| YUV | 157.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 223 | 0 | 0.54 | 0.04 | 0.09 | 304.76 | 0.74 | 0.67 |
| Hex | E9 | 6B | DF | 0 | 36 | 4 | 9 | 131 | 4A | 43 |
| Octal | 351 | 153 | 337 | 0 | 66 | 4 | 11 | 461 | 112 | 103 |
| Binary | 11101001 | 1101011 | 11011111 | 0 | 110110 | 100 | 1001 | 100110001 | 1001010 | 1000011 |
Color Harmonies of #E96BDF
Complementary color
Monochromatic Colors of #E96BDF
Black with #E96BDF
Text Example
Text Example
White with #E96BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BDF; }
p { color: rgb(233,107,223); }
H1.HeaderClassName
{
color: #E96BDF;
}
.AnyTagClassName
{
color: #E96BDF;
}
</style>
background-color css
<style>
a { background-color: #E96BDF; }
a { background-color: rgb(233,107,223); }
div.DivClassName
{
background-color: #E96BDF;
}
.BgClassName
{
background-color: #E96BDF;
}
</style>
border-color css
<style>
span { border-color: #E96BDF; }
span { border-color: rgb(233,107,223); }
td.TdClassName
{
border-color: #E96BDF;
}
.TagClassName
{
border-color: #E96BDF;
}
</style>