Html Css Color HEX #E363CF Free Speech Magenta
📋 copy color: '#E363CF'red 227 ◦ green 99 ◦ blue 207
Shades of Free Speech Magenta #E363CF
Tints of Free Speech Magenta #E363CF
RGB
CMYK
RGB Variations
Color information
#E363CF (or 0xE363CF) is known color: Free Speech Magenta. HEX triplet: E3, 63 and CF. RGB value is (227,99,207). Sum of RGB (Red+Green+Blue) = 227+99+207=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E363CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E363CF is #1C9C30. Grayscale: #959595. Windows color (decimal): -1874993 or 13591523. OLE color: 13591523.
HSL color Cylindrical-coordinate representation of color #E363CF: hue angle of 309.38º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E363CF is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 99 | 207 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.11 |
| HSL | 309.38º | 0.7% | 0.64% | - |
| HSV(B) | 309.38º | 0.56% | 0.89% | - |
| XYZ | 47.4 | 29.76 | 62.28 | - |
| YUV | 149.58 | 160.41 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 207 | 0 | 0.56 | 0.09 | 0.11 | 309.38 | 0.7 | 0.64 |
| Hex | E3 | 63 | CF | 0 | 38 | 9 | B | 135 | 46 | 40 |
| Octal | 343 | 143 | 317 | 0 | 70 | 11 | 13 | 465 | 106 | 100 |
| Binary | 11100011 | 1100011 | 11001111 | 0 | 111000 | 1001 | 1011 | 100110101 | 1000110 | 1000000 |
Color Harmonies of #E363CF
Complementary color
Monochromatic Colors of #E363CF
Black with #E363CF
Text Example
Text Example
White with #E363CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E363CF; }
p { color: rgb(227,99,207); }
H1.HeaderClassName
{
color: #E363CF;
}
.AnyTagClassName
{
color: #E363CF;
}
</style>
background-color css
<style>
a { background-color: #E363CF; }
a { background-color: rgb(227,99,207); }
div.DivClassName
{
background-color: #E363CF;
}
.BgClassName
{
background-color: #E363CF;
}
</style>
border-color css
<style>
span { border-color: #E363CF; }
span { border-color: rgb(227,99,207); }
td.TdClassName
{
border-color: #E363CF;
}
.TagClassName
{
border-color: #E363CF;
}
</style>