Html Css Color HEX #E95ACE Free Speech Magenta
📋 copy color: '#E95ACE'red 233 ◦ green 90 ◦ blue 206
Shades of Free Speech Magenta #E95ACE
Tints of Free Speech Magenta #E95ACE
RGB
CMYK
RGB Variations
Color information
#E95ACE (or 0xE95ACE) is known color: Free Speech Magenta. HEX triplet: E9, 5A and CE. RGB value is (233,90,206). Sum of RGB (Red+Green+Blue) = 233+90+206=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E95ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95ACE is #16A531. Grayscale: #919191. Windows color (decimal): -1484082 or 13523689. OLE color: 13523689.
HSL color Cylindrical-coordinate representation of color #E95ACE: hue angle of 311.33º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95ACE is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 206 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.09 |
| HSL | 311.33º | 0.76% | 0.63% | - |
| HSV(B) | 311.33º | 0.61% | 0.91% | - |
| XYZ | 48.4 | 29.09 | 61.46 | - |
| YUV | 145.98 | 161.88 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 206 | 0 | 0.61 | 0.12 | 0.09 | 311.33 | 0.76 | 0.63 |
| Hex | E9 | 5A | CE | 0 | 3D | C | 9 | 137 | 4C | 3F |
| Octal | 351 | 132 | 316 | 0 | 75 | 14 | 11 | 467 | 114 | 77 |
| Binary | 11101001 | 1011010 | 11001110 | 0 | 111101 | 1100 | 1001 | 100110111 | 1001100 | 111111 |
Color Harmonies of #E95ACE
Complementary color
Monochromatic Colors of #E95ACE
Black with #E95ACE
Text Example
Text Example
White with #E95ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95ACE; }
p { color: rgb(233,90,206); }
H1.HeaderClassName
{
color: #E95ACE;
}
.AnyTagClassName
{
color: #E95ACE;
}
</style>
background-color css
<style>
a { background-color: #E95ACE; }
a { background-color: rgb(233,90,206); }
div.DivClassName
{
background-color: #E95ACE;
}
.BgClassName
{
background-color: #E95ACE;
}
</style>
border-color css
<style>
span { border-color: #E95ACE; }
span { border-color: rgb(233,90,206); }
td.TdClassName
{
border-color: #E95ACE;
}
.TagClassName
{
border-color: #E95ACE;
}
</style>