Html Css Color HEX #E966CC Free Speech Magenta
📋 copy color: '#E966CC'red 233 ◦ green 102 ◦ blue 204
Shades of Free Speech Magenta #E966CC
Tints of Free Speech Magenta #E966CC
RGB
CMYK
RGB Variations
Color information
#E966CC (or 0xE966CC) is known color: Free Speech Magenta. HEX triplet: E9, 66 and CC. RGB value is (233,102,204). Sum of RGB (Red+Green+Blue) = 233+102+204=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E966CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966CC is #169933. Grayscale: #989898. Windows color (decimal): -1481012 or 13395689. OLE color: 13395689.
HSL color Cylindrical-coordinate representation of color #E966CC: hue angle of 313.28º 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 #E966CC is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 204 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.09 |
| HSL | 313.28º | 0.75% | 0.66% | - |
| HSV(B) | 313.28º | 0.56% | 0.91% | - |
| XYZ | 49.25 | 31.19 | 60.55 | - |
| YUV | 152.8 | 156.9 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 204 | 0 | 0.56 | 0.12 | 0.09 | 313.28 | 0.75 | 0.66 |
| Hex | E9 | 66 | CC | 0 | 38 | C | 9 | 139 | 4B | 42 |
| Octal | 351 | 146 | 314 | 0 | 70 | 14 | 11 | 471 | 113 | 102 |
| Binary | 11101001 | 1100110 | 11001100 | 0 | 111000 | 1100 | 1001 | 100111001 | 1001011 | 1000010 |
Color Harmonies of #E966CC
Complementary color
Monochromatic Colors of #E966CC
Black with #E966CC
Text Example
Text Example
White with #E966CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966CC; }
p { color: rgb(233,102,204); }
H1.HeaderClassName
{
color: #E966CC;
}
.AnyTagClassName
{
color: #E966CC;
}
</style>
background-color css
<style>
a { background-color: #E966CC; }
a { background-color: rgb(233,102,204); }
div.DivClassName
{
background-color: #E966CC;
}
.BgClassName
{
background-color: #E966CC;
}
</style>
border-color css
<style>
span { border-color: #E966CC; }
span { border-color: rgb(233,102,204); }
td.TdClassName
{
border-color: #E966CC;
}
.TagClassName
{
border-color: #E966CC;
}
</style>