Html Css Color HEX #E146CF Free Speech Magenta
📋 copy color: '#E146CF'red 225 ◦ green 70 ◦ blue 207
Shades of Free Speech Magenta #E146CF
Tints of Free Speech Magenta #E146CF
RGB
CMYK
RGB Variations
Color information
#E146CF (or 0xE146CF) is known color: Free Speech Magenta. HEX triplet: E1, 46 and CF. RGB value is (225,70,207). Sum of RGB (Red+Green+Blue) = 225+70+207=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 70 (27.73% from 255 or 13.94% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E146CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146CF is #1EB930. Grayscale: #838383. Windows color (decimal): -2013489 or 13584097. OLE color: 13584097.
HSL color Cylindrical-coordinate representation of color #E146CF: hue angle of 306.97º degrees, saturation: 0.72, 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 #E146CF is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 207 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.12 |
| HSL | 306.97º | 0.72% | 0.58% | - |
| HSV(B) | 306.97º | 0.69% | 0.88% | - |
| XYZ | 44.5 | 24.89 | 61.49 | - |
| YUV | 131.96 | 170.35 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 207 | 0 | 0.69 | 0.08 | 0.12 | 306.97 | 0.72 | 0.58 |
| Hex | E1 | 46 | CF | 0 | 45 | 8 | C | 133 | 48 | 3A |
| Octal | 341 | 106 | 317 | 0 | 105 | 10 | 14 | 463 | 110 | 72 |
| Binary | 11100001 | 1000110 | 11001111 | 0 | 1000101 | 1000 | 1100 | 100110011 | 1001000 | 111010 |
Color Harmonies of #E146CF
Complementary color
Monochromatic Colors of #E146CF
Black with #E146CF
Text Example
Text Example
White with #E146CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E146CF; }
p { color: rgb(225,70,207); }
H1.HeaderClassName
{
color: #E146CF;
}
.AnyTagClassName
{
color: #E146CF;
}
</style>
background-color css
<style>
a { background-color: #E146CF; }
a { background-color: rgb(225,70,207); }
div.DivClassName
{
background-color: #E146CF;
}
.BgClassName
{
background-color: #E146CF;
}
</style>
border-color css
<style>
span { border-color: #E146CF; }
span { border-color: rgb(225,70,207); }
td.TdClassName
{
border-color: #E146CF;
}
.TagClassName
{
border-color: #E146CF;
}
</style>