Html Css Color HEX #E966CE Free Speech Magenta
📋 copy color: '#E966CE'red 233 ◦ green 102 ◦ blue 206
Shades of Free Speech Magenta #E966CE
Tints of Free Speech Magenta #E966CE
RGB
CMYK
RGB Variations
Color information
#E966CE (or 0xE966CE) is known color: Free Speech Magenta. HEX triplet: E9, 66 and CE. RGB value is (233,102,206). Sum of RGB (Red+Green+Blue) = 233+102+206=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E966CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966CE is #169931. Grayscale: #989898. Windows color (decimal): -1481010 or 13526761. OLE color: 13526761.
HSL color Cylindrical-coordinate representation of color #E966CE: hue angle of 312.37º 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 #E966CE is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 206 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.09 |
| HSL | 312.37º | 0.75% | 0.66% | - |
| HSV(B) | 312.37º | 0.56% | 0.91% | - |
| XYZ | 49.5 | 31.28 | 61.82 | - |
| YUV | 153.03 | 157.9 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 206 | 0 | 0.56 | 0.12 | 0.09 | 312.37 | 0.75 | 0.66 |
| Hex | E9 | 66 | CE | 0 | 38 | C | 9 | 138 | 4B | 42 |
| Octal | 351 | 146 | 316 | 0 | 70 | 14 | 11 | 470 | 113 | 102 |
| Binary | 11101001 | 1100110 | 11001110 | 0 | 111000 | 1100 | 1001 | 100111000 | 1001011 | 1000010 |
Color Harmonies of #E966CE
Complementary color
Monochromatic Colors of #E966CE
Black with #E966CE
Text Example
Text Example
White with #E966CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966CE; }
p { color: rgb(233,102,206); }
H1.HeaderClassName
{
color: #E966CE;
}
.AnyTagClassName
{
color: #E966CE;
}
</style>
background-color css
<style>
a { background-color: #E966CE; }
a { background-color: rgb(233,102,206); }
div.DivClassName
{
background-color: #E966CE;
}
.BgClassName
{
background-color: #E966CE;
}
</style>
border-color css
<style>
span { border-color: #E966CE; }
span { border-color: rgb(233,102,206); }
td.TdClassName
{
border-color: #E966CE;
}
.TagClassName
{
border-color: #E966CE;
}
</style>