Html Css Color HEX #E066BF Free Speech Magenta
📋 copy color: '#E066BF'red 224 ◦ green 102 ◦ blue 191
Shades of Free Speech Magenta #E066BF
Tints of Free Speech Magenta #E066BF
RGB
CMYK
RGB Variations
Color information
#E066BF (or 0xE066BF) is known color: Free Speech Magenta. HEX triplet: E0, 66 and BF. RGB value is (224,102,191). Sum of RGB (Red+Green+Blue) = 224+102+191=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E066BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E066BF is #1F9940. Grayscale: #949494. Windows color (decimal): -2070849 or 12543712. OLE color: 12543712.
HSL color Cylindrical-coordinate representation of color #E066BF: hue angle of 316.23º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E066BF is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 191 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.12 |
| HSL | 316.23º | 0.66% | 0.64% | - |
| HSV(B) | 316.23º | 0.54% | 0.88% | - |
| XYZ | 44.9 | 29.11 | 52.54 | - |
| YUV | 148.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 191 | 0 | 0.54 | 0.15 | 0.12 | 316.23 | 0.66 | 0.64 |
| Hex | E0 | 66 | BF | 0 | 36 | F | C | 13C | 42 | 40 |
| Octal | 340 | 146 | 277 | 0 | 66 | 17 | 14 | 474 | 102 | 100 |
| Binary | 11100000 | 1100110 | 10111111 | 0 | 110110 | 1111 | 1100 | 100111100 | 1000010 | 1000000 |
Color Harmonies of #E066BF
Complementary color
Monochromatic Colors of #E066BF
Black with #E066BF
Text Example
Text Example
White with #E066BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E066BF; }
p { color: rgb(224,102,191); }
H1.HeaderClassName
{
color: #E066BF;
}
.AnyTagClassName
{
color: #E066BF;
}
</style>
background-color css
<style>
a { background-color: #E066BF; }
a { background-color: rgb(224,102,191); }
div.DivClassName
{
background-color: #E066BF;
}
.BgClassName
{
background-color: #E066BF;
}
</style>
border-color css
<style>
span { border-color: #E066BF; }
span { border-color: rgb(224,102,191); }
td.TdClassName
{
border-color: #E066BF;
}
.TagClassName
{
border-color: #E066BF;
}
</style>