Html Css Color HEX #E96ADD Free Speech Magenta
📋 copy color: '#E96ADD'red 233 ◦ green 106 ◦ blue 221
Shades of Free Speech Magenta #E96ADD
Tints of Free Speech Magenta #E96ADD
RGB
CMYK
RGB Variations
Color information
#E96ADD (or 0xE96ADD) is known color: Free Speech Magenta. HEX triplet: E9, 6A and DD. RGB value is (233,106,221). Sum of RGB (Red+Green+Blue) = 233+106+221=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 106 (41.80% from 255 or 18.93% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E96ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96ADD is #169522. Grayscale: #9C9C9C. Windows color (decimal): -1479971 or 14510825. OLE color: 14510825.
HSL color Cylindrical-coordinate representation of color #E96ADD: hue angle of 305.67º 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 #E96ADD is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 221 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.09 |
| HSL | 305.67º | 0.74% | 0.66% | - |
| HSV(B) | 305.67º | 0.55% | 0.91% | - |
| XYZ | 51.81 | 32.85 | 72.02 | - |
| YUV | 157.08 | 164.08 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 221 | 0 | 0.55 | 0.05 | 0.09 | 305.67 | 0.74 | 0.66 |
| Hex | E9 | 6A | DD | 0 | 37 | 5 | 9 | 132 | 4A | 42 |
| Octal | 351 | 152 | 335 | 0 | 67 | 5 | 11 | 462 | 112 | 102 |
| Binary | 11101001 | 1101010 | 11011101 | 0 | 110111 | 101 | 1001 | 100110010 | 1001010 | 1000010 |
Color Harmonies of #E96ADD
Complementary color
Monochromatic Colors of #E96ADD
Black with #E96ADD
Text Example
Text Example
White with #E96ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96ADD; }
p { color: rgb(233,106,221); }
H1.HeaderClassName
{
color: #E96ADD;
}
.AnyTagClassName
{
color: #E96ADD;
}
</style>
background-color css
<style>
a { background-color: #E96ADD; }
a { background-color: rgb(233,106,221); }
div.DivClassName
{
background-color: #E96ADD;
}
.BgClassName
{
background-color: #E96ADD;
}
</style>
border-color css
<style>
span { border-color: #E96ADD; }
span { border-color: rgb(233,106,221); }
td.TdClassName
{
border-color: #E96ADD;
}
.TagClassName
{
border-color: #E96ADD;
}
</style>