Html Css Color HEX #E148CF Free Speech Magenta
📋 copy color: '#E148CF'red 225 ◦ green 72 ◦ blue 207
Shades of Free Speech Magenta #E148CF
Tints of Free Speech Magenta #E148CF
RGB
CMYK
RGB Variations
Color information
#E148CF (or 0xE148CF) is known color: Free Speech Magenta. HEX triplet: E1, 48 and CF. RGB value is (225,72,207). Sum of RGB (Red+Green+Blue) = 225+72+207=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E148CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148CF is #1EB730. Grayscale: #848484. Windows color (decimal): -2012977 or 13584609. OLE color: 13584609.
HSL color Cylindrical-coordinate representation of color #E148CF: hue angle of 307.06º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E148CF is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 207 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.12 |
| HSL | 307.06º | 0.72% | 0.58% | - |
| HSV(B) | 307.06º | 0.68% | 0.88% | - |
| XYZ | 44.63 | 25.15 | 61.53 | - |
| YUV | 133.14 | 169.69 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 207 | 0 | 0.68 | 0.08 | 0.12 | 307.06 | 0.72 | 0.58 |
| Hex | E1 | 48 | CF | 0 | 44 | 8 | C | 133 | 48 | 3A |
| Octal | 341 | 110 | 317 | 0 | 104 | 10 | 14 | 463 | 110 | 72 |
| Binary | 11100001 | 1001000 | 11001111 | 0 | 1000100 | 1000 | 1100 | 100110011 | 1001000 | 111010 |
Color Harmonies of #E148CF
Complementary color
Monochromatic Colors of #E148CF
Black with #E148CF
Text Example
Text Example
White with #E148CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E148CF; }
p { color: rgb(225,72,207); }
H1.HeaderClassName
{
color: #E148CF;
}
.AnyTagClassName
{
color: #E148CF;
}
</style>
background-color css
<style>
a { background-color: #E148CF; }
a { background-color: rgb(225,72,207); }
div.DivClassName
{
background-color: #E148CF;
}
.BgClassName
{
background-color: #E148CF;
}
</style>
border-color css
<style>
span { border-color: #E148CF; }
span { border-color: rgb(225,72,207); }
td.TdClassName
{
border-color: #E148CF;
}
.TagClassName
{
border-color: #E148CF;
}
</style>