Html Css Color HEX #E96BDA Free Speech Magenta
📋 copy color: '#E96BDA'red 233 ◦ green 107 ◦ blue 218
Shades of Free Speech Magenta #E96BDA
Tints of Free Speech Magenta #E96BDA
RGB
CMYK
RGB Variations
Color information
#E96BDA (or 0xE96BDA) is known color: Free Speech Magenta. HEX triplet: E9, 6B and DA. RGB value is (233,107,218). Sum of RGB (Red+Green+Blue) = 233+107+218=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96BDA is #169425. Grayscale: #9D9D9D. Windows color (decimal): -1479718 or 14314473. OLE color: 14314473.
HSL color Cylindrical-coordinate representation of color #E96BDA: hue angle of 307.14º 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 #E96BDA is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 218 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.09 |
| HSL | 307.14º | 0.74% | 0.67% | - |
| HSV(B) | 307.14º | 0.54% | 0.91% | - |
| XYZ | 51.52 | 32.9 | 69.96 | - |
| YUV | 157.33 | 162.24 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 218 | 0 | 0.54 | 0.06 | 0.09 | 307.14 | 0.74 | 0.67 |
| Hex | E9 | 6B | DA | 0 | 36 | 6 | 9 | 133 | 4A | 43 |
| Octal | 351 | 153 | 332 | 0 | 66 | 6 | 11 | 463 | 112 | 103 |
| Binary | 11101001 | 1101011 | 11011010 | 0 | 110110 | 110 | 1001 | 100110011 | 1001010 | 1000011 |
Color Harmonies of #E96BDA
Complementary color
Monochromatic Colors of #E96BDA
Black with #E96BDA
Text Example
Text Example
White with #E96BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BDA; }
p { color: rgb(233,107,218); }
H1.HeaderClassName
{
color: #E96BDA;
}
.AnyTagClassName
{
color: #E96BDA;
}
</style>
background-color css
<style>
a { background-color: #E96BDA; }
a { background-color: rgb(233,107,218); }
div.DivClassName
{
background-color: #E96BDA;
}
.BgClassName
{
background-color: #E96BDA;
}
</style>
border-color css
<style>
span { border-color: #E96BDA; }
span { border-color: rgb(233,107,218); }
td.TdClassName
{
border-color: #E96BDA;
}
.TagClassName
{
border-color: #E96BDA;
}
</style>