Html Css Color HEX #E96ACE Free Speech Magenta
📋 copy color: '#E96ACE'red 233 ◦ green 106 ◦ blue 206
Shades of Free Speech Magenta #E96ACE
Tints of Free Speech Magenta #E96ACE
RGB
CMYK
RGB Variations
Color information
#E96ACE (or 0xE96ACE) is known color: Free Speech Magenta. HEX triplet: E9, 6A and CE. RGB value is (233,106,206). Sum of RGB (Red+Green+Blue) = 233+106+206=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E96ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96ACE is #169531. Grayscale: #9B9B9B. Windows color (decimal): -1479986 or 13527785. OLE color: 13527785.
HSL color Cylindrical-coordinate representation of color #E96ACE: hue angle of 312.76º 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 #E96ACE is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 206 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.09 |
| HSL | 312.76º | 0.74% | 0.66% | - |
| HSV(B) | 312.76º | 0.55% | 0.91% | - |
| XYZ | 49.9 | 32.09 | 61.96 | - |
| YUV | 155.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 206 | 0 | 0.55 | 0.12 | 0.09 | 312.76 | 0.74 | 0.66 |
| Hex | E9 | 6A | CE | 0 | 37 | C | 9 | 139 | 4A | 42 |
| Octal | 351 | 152 | 316 | 0 | 67 | 14 | 11 | 471 | 112 | 102 |
| Binary | 11101001 | 1101010 | 11001110 | 0 | 110111 | 1100 | 1001 | 100111001 | 1001010 | 1000010 |
Color Harmonies of #E96ACE
Complementary color
Monochromatic Colors of #E96ACE
Black with #E96ACE
Text Example
Text Example
White with #E96ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96ACE; }
p { color: rgb(233,106,206); }
H1.HeaderClassName
{
color: #E96ACE;
}
.AnyTagClassName
{
color: #E96ACE;
}
</style>
background-color css
<style>
a { background-color: #E96ACE; }
a { background-color: rgb(233,106,206); }
div.DivClassName
{
background-color: #E96ACE;
}
.BgClassName
{
background-color: #E96ACE;
}
</style>
border-color css
<style>
span { border-color: #E96ACE; }
span { border-color: rgb(233,106,206); }
td.TdClassName
{
border-color: #E96ACE;
}
.TagClassName
{
border-color: #E96ACE;
}
</style>