Html Css Color HEX #E046CF Free Speech Magenta
📋 copy color: '#E046CF'red 224 ◦ green 70 ◦ blue 207
Shades of Free Speech Magenta #E046CF
Tints of Free Speech Magenta #E046CF
RGB
CMYK
RGB Variations
Color information
#E046CF (or 0xE046CF) is known color: Free Speech Magenta. HEX triplet: E0, 46 and CF. RGB value is (224,70,207). Sum of RGB (Red+Green+Blue) = 224+70+207=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E046CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E046CF is #1FB930. Grayscale: #838383. Windows color (decimal): -2079025 or 13584096. OLE color: 13584096.
HSL color Cylindrical-coordinate representation of color #E046CF: hue angle of 306.62º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E046CF is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 207 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.12 |
| HSL | 306.62º | 0.71% | 0.58% | - |
| HSV(B) | 306.62º | 0.69% | 0.88% | - |
| XYZ | 44.19 | 24.73 | 61.48 | - |
| YUV | 131.66 | 170.52 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 207 | 0 | 0.69 | 0.08 | 0.12 | 306.62 | 0.71 | 0.58 |
| Hex | E0 | 46 | CF | 0 | 45 | 8 | C | 133 | 47 | 3A |
| Octal | 340 | 106 | 317 | 0 | 105 | 10 | 14 | 463 | 107 | 72 |
| Binary | 11100000 | 1000110 | 11001111 | 0 | 1000101 | 1000 | 1100 | 100110011 | 1000111 | 111010 |
Color Harmonies of #E046CF
Complementary color
Monochromatic Colors of #E046CF
Black with #E046CF
Text Example
Text Example
White with #E046CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E046CF; }
p { color: rgb(224,70,207); }
H1.HeaderClassName
{
color: #E046CF;
}
.AnyTagClassName
{
color: #E046CF;
}
</style>
background-color css
<style>
a { background-color: #E046CF; }
a { background-color: rgb(224,70,207); }
div.DivClassName
{
background-color: #E046CF;
}
.BgClassName
{
background-color: #E046CF;
}
</style>
border-color css
<style>
span { border-color: #E046CF; }
span { border-color: rgb(224,70,207); }
td.TdClassName
{
border-color: #E046CF;
}
.TagClassName
{
border-color: #E046CF;
}
</style>