Html Css Color HEX #E141CF Free Speech Magenta
📋 copy color: '#E141CF'red 225 ◦ green 65 ◦ blue 207
Shades of Free Speech Magenta #E141CF
Tints of Free Speech Magenta #E141CF
RGB
CMYK
RGB Variations
Color information
#E141CF (or 0xE141CF) is known color: Free Speech Magenta. HEX triplet: E1, 41 and CF. RGB value is (225,65,207). Sum of RGB (Red+Green+Blue) = 225+65+207=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 65 (25.78% from 255 or 13.08% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E141CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141CF is #1EBE30. Grayscale: #808080. Windows color (decimal): -2014769 or 13582817. OLE color: 13582817.
HSL color Cylindrical-coordinate representation of color #E141CF: hue angle of 306.75º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E141CF is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 207 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.12 |
| HSL | 306.75º | 0.73% | 0.57% | - |
| HSV(B) | 306.75º | 0.71% | 0.88% | - |
| XYZ | 44.2 | 24.29 | 61.39 | - |
| YUV | 129.03 | 172.01 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 207 | 0 | 0.71 | 0.08 | 0.12 | 306.75 | 0.73 | 0.57 |
| Hex | E1 | 41 | CF | 0 | 47 | 8 | C | 133 | 49 | 39 |
| Octal | 341 | 101 | 317 | 0 | 107 | 10 | 14 | 463 | 111 | 71 |
| Binary | 11100001 | 1000001 | 11001111 | 0 | 1000111 | 1000 | 1100 | 100110011 | 1001001 | 111001 |
Color Harmonies of #E141CF
Complementary color
Monochromatic Colors of #E141CF
Black with #E141CF
Text Example
Text Example
White with #E141CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E141CF; }
p { color: rgb(225,65,207); }
H1.HeaderClassName
{
color: #E141CF;
}
.AnyTagClassName
{
color: #E141CF;
}
</style>
background-color css
<style>
a { background-color: #E141CF; }
a { background-color: rgb(225,65,207); }
div.DivClassName
{
background-color: #E141CF;
}
.BgClassName
{
background-color: #E141CF;
}
</style>
border-color css
<style>
span { border-color: #E141CF; }
span { border-color: rgb(225,65,207); }
td.TdClassName
{
border-color: #E141CF;
}
.TagClassName
{
border-color: #E141CF;
}
</style>