Html Css Color HEX #E96BCD Free Speech Magenta
📋 copy color: '#E96BCD'red 233 ◦ green 107 ◦ blue 205
Shades of Free Speech Magenta #E96BCD
Tints of Free Speech Magenta #E96BCD
RGB
CMYK
RGB Variations
Color information
#E96BCD (or 0xE96BCD) is known color: Free Speech Magenta. HEX triplet: E9, 6B and CD. RGB value is (233,107,205). Sum of RGB (Red+Green+Blue) = 233+107+205=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96BCD is #169432. Grayscale: #9B9B9B. Windows color (decimal): -1479731 or 13462505. OLE color: 13462505.
HSL color Cylindrical-coordinate representation of color #E96BCD: hue angle of 313.33º 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 #E96BCD is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 205 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.09 |
| HSL | 313.33º | 0.74% | 0.67% | - |
| HSV(B) | 313.33º | 0.54% | 0.91% | - |
| XYZ | 49.88 | 32.25 | 61.35 | - |
| YUV | 155.85 | 155.74 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 205 | 0 | 0.54 | 0.12 | 0.09 | 313.33 | 0.74 | 0.67 |
| Hex | E9 | 6B | CD | 0 | 36 | C | 9 | 139 | 4A | 43 |
| Octal | 351 | 153 | 315 | 0 | 66 | 14 | 11 | 471 | 112 | 103 |
| Binary | 11101001 | 1101011 | 11001101 | 0 | 110110 | 1100 | 1001 | 100111001 | 1001010 | 1000011 |
Color Harmonies of #E96BCD
Complementary color
Monochromatic Colors of #E96BCD
Black with #E96BCD
Text Example
Text Example
White with #E96BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BCD; }
p { color: rgb(233,107,205); }
H1.HeaderClassName
{
color: #E96BCD;
}
.AnyTagClassName
{
color: #E96BCD;
}
</style>
background-color css
<style>
a { background-color: #E96BCD; }
a { background-color: rgb(233,107,205); }
div.DivClassName
{
background-color: #E96BCD;
}
.BgClassName
{
background-color: #E96BCD;
}
</style>
border-color css
<style>
span { border-color: #E96BCD; }
span { border-color: rgb(233,107,205); }
td.TdClassName
{
border-color: #E96BCD;
}
.TagClassName
{
border-color: #E96BCD;
}
</style>