Html Css Color HEX #E663CF Free Speech Magenta
📋 copy color: '#E663CF'red 230 ◦ green 99 ◦ blue 207
Shades of Free Speech Magenta #E663CF
Tints of Free Speech Magenta #E663CF
RGB
CMYK
RGB Variations
Color information
#E663CF (or 0xE663CF) is known color: Free Speech Magenta. HEX triplet: E6, 63 and CF. RGB value is (230,99,207). Sum of RGB (Red+Green+Blue) = 230+99+207=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E663CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E663CF is #199C30. Grayscale: #969696. Windows color (decimal): -1678385 or 13591526. OLE color: 13591526.
HSL color Cylindrical-coordinate representation of color #E663CF: hue angle of 310.53º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E663CF is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 99 | 207 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.10 |
| HSL | 310.53º | 0.72% | 0.65% | - |
| HSV(B) | 310.53º | 0.57% | 0.9% | - |
| XYZ | 48.36 | 30.25 | 62.32 | - |
| YUV | 150.48 | 159.9 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 99 | 207 | 0 | 0.57 | 0.10 | 0.10 | 310.53 | 0.72 | 0.65 |
| Hex | E6 | 63 | CF | 0 | 39 | A | A | 137 | 48 | 41 |
| Octal | 346 | 143 | 317 | 0 | 71 | 12 | 12 | 467 | 110 | 101 |
| Binary | 11100110 | 1100011 | 11001111 | 0 | 111001 | 1010 | 1010 | 100110111 | 1001000 | 1000001 |
Color Harmonies of #E663CF
Complementary color
Monochromatic Colors of #E663CF
Black with #E663CF
Text Example
Text Example
White with #E663CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E663CF; }
p { color: rgb(230,99,207); }
H1.HeaderClassName
{
color: #E663CF;
}
.AnyTagClassName
{
color: #E663CF;
}
</style>
background-color css
<style>
a { background-color: #E663CF; }
a { background-color: rgb(230,99,207); }
div.DivClassName
{
background-color: #E663CF;
}
.BgClassName
{
background-color: #E663CF;
}
</style>
border-color css
<style>
span { border-color: #E663CF; }
span { border-color: rgb(230,99,207); }
td.TdClassName
{
border-color: #E663CF;
}
.TagClassName
{
border-color: #E663CF;
}
</style>