Html Css Color HEX #E963CF Free Speech Magenta
📋 copy color: '#E963CF'red 233 ◦ green 99 ◦ blue 207
Shades of Free Speech Magenta #E963CF
Tints of Free Speech Magenta #E963CF
RGB
CMYK
RGB Variations
Color information
#E963CF (or 0xE963CF) is known color: Free Speech Magenta. HEX triplet: E9, 63 and CF. RGB value is (233,99,207). Sum of RGB (Red+Green+Blue) = 233+99+207=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E963CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963CF is #169C30. Grayscale: #979797. Windows color (decimal): -1481777 or 13591529. OLE color: 13591529.
HSL color Cylindrical-coordinate representation of color #E963CF: hue angle of 311.64º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E963CF is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 207 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.09 |
| HSL | 311.64º | 0.75% | 0.65% | - |
| HSV(B) | 311.64º | 0.58% | 0.91% | - |
| XYZ | 49.33 | 30.75 | 62.37 | - |
| YUV | 151.38 | 159.39 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 207 | 0 | 0.58 | 0.11 | 0.09 | 311.64 | 0.75 | 0.65 |
| Hex | E9 | 63 | CF | 0 | 3A | B | 9 | 138 | 4B | 41 |
| Octal | 351 | 143 | 317 | 0 | 72 | 13 | 11 | 470 | 113 | 101 |
| Binary | 11101001 | 1100011 | 11001111 | 0 | 111010 | 1011 | 1001 | 100111000 | 1001011 | 1000001 |
Color Harmonies of #E963CF
Complementary color
Monochromatic Colors of #E963CF
Black with #E963CF
Text Example
Text Example
White with #E963CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E963CF; }
p { color: rgb(233,99,207); }
H1.HeaderClassName
{
color: #E963CF;
}
.AnyTagClassName
{
color: #E963CF;
}
</style>
background-color css
<style>
a { background-color: #E963CF; }
a { background-color: rgb(233,99,207); }
div.DivClassName
{
background-color: #E963CF;
}
.BgClassName
{
background-color: #E963CF;
}
</style>
border-color css
<style>
span { border-color: #E963CF; }
span { border-color: rgb(233,99,207); }
td.TdClassName
{
border-color: #E963CF;
}
.TagClassName
{
border-color: #E963CF;
}
</style>