Html Css Color HEX #E966D3 Free Speech Magenta
📋 copy color: '#E966D3'red 233 ◦ green 102 ◦ blue 211
Shades of Free Speech Magenta #E966D3
Tints of Free Speech Magenta #E966D3
RGB
CMYK
RGB Variations
Color information
#E966D3 (or 0xE966D3) is known color: Free Speech Magenta. HEX triplet: E9, 66 and D3. RGB value is (233,102,211). Sum of RGB (Red+Green+Blue) = 233+102+211=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E966D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966D3 is #16992C. Grayscale: #999999. Windows color (decimal): -1481005 or 13854441. OLE color: 13854441.
HSL color Cylindrical-coordinate representation of color #E966D3: hue angle of 310.08º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E966D3 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 211 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.09 |
| HSL | 310.08º | 0.75% | 0.66% | - |
| HSV(B) | 310.08º | 0.56% | 0.91% | - |
| XYZ | 50.11 | 31.53 | 65.07 | - |
| YUV | 153.6 | 160.4 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 211 | 0 | 0.56 | 0.09 | 0.09 | 310.08 | 0.75 | 0.66 |
| Hex | E9 | 66 | D3 | 0 | 38 | 9 | 9 | 136 | 4B | 42 |
| Octal | 351 | 146 | 323 | 0 | 70 | 11 | 11 | 466 | 113 | 102 |
| Binary | 11101001 | 1100110 | 11010011 | 0 | 111000 | 1001 | 1001 | 100110110 | 1001011 | 1000010 |
Color Harmonies of #E966D3
Complementary color
Monochromatic Colors of #E966D3
Black with #E966D3
Text Example
Text Example
White with #E966D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966D3; }
p { color: rgb(233,102,211); }
H1.HeaderClassName
{
color: #E966D3;
}
.AnyTagClassName
{
color: #E966D3;
}
</style>
background-color css
<style>
a { background-color: #E966D3; }
a { background-color: rgb(233,102,211); }
div.DivClassName
{
background-color: #E966D3;
}
.BgClassName
{
background-color: #E966D3;
}
</style>
border-color css
<style>
span { border-color: #E966D3; }
span { border-color: rgb(233,102,211); }
td.TdClassName
{
border-color: #E966D3;
}
.TagClassName
{
border-color: #E966D3;
}
</style>