Html Css Color HEX #E96ACD Free Speech Magenta
📋 copy color: '#E96ACD'red 233 ◦ green 106 ◦ blue 205
Shades of Free Speech Magenta #E96ACD
Tints of Free Speech Magenta #E96ACD
RGB
CMYK
RGB Variations
Color information
#E96ACD (or 0xE96ACD) is known color: Free Speech Magenta. HEX triplet: E9, 6A and CD. RGB value is (233,106,205). Sum of RGB (Red+Green+Blue) = 233+106+205=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E96ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96ACD is #169532. Grayscale: #9A9A9A. Windows color (decimal): -1479987 or 13462249. OLE color: 13462249.
HSL color Cylindrical-coordinate representation of color #E96ACD: hue angle of 313.23º degrees, saturation: 0.74, 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 #E96ACD is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 205 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.09 |
| HSL | 313.23º | 0.74% | 0.66% | - |
| HSV(B) | 313.23º | 0.55% | 0.91% | - |
| XYZ | 49.78 | 32.04 | 61.32 | - |
| YUV | 155.26 | 156.08 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 205 | 0 | 0.55 | 0.12 | 0.09 | 313.23 | 0.74 | 0.66 |
| Hex | E9 | 6A | CD | 0 | 37 | C | 9 | 139 | 4A | 42 |
| Octal | 351 | 152 | 315 | 0 | 67 | 14 | 11 | 471 | 112 | 102 |
| Binary | 11101001 | 1101010 | 11001101 | 0 | 110111 | 1100 | 1001 | 100111001 | 1001010 | 1000010 |
Color Harmonies of #E96ACD
Complementary color
Monochromatic Colors of #E96ACD
Black with #E96ACD
Text Example
Text Example
White with #E96ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96ACD; }
p { color: rgb(233,106,205); }
H1.HeaderClassName
{
color: #E96ACD;
}
.AnyTagClassName
{
color: #E96ACD;
}
</style>
background-color css
<style>
a { background-color: #E96ACD; }
a { background-color: rgb(233,106,205); }
div.DivClassName
{
background-color: #E96ACD;
}
.BgClassName
{
background-color: #E96ACD;
}
</style>
border-color css
<style>
span { border-color: #E96ACD; }
span { border-color: rgb(233,106,205); }
td.TdClassName
{
border-color: #E96ACD;
}
.TagClassName
{
border-color: #E96ACD;
}
</style>