Html Css Color HEX #E146CE Free Speech Magenta
📋 copy color: '#E146CE'red 225 ◦ green 70 ◦ blue 206
Shades of Free Speech Magenta #E146CE
Tints of Free Speech Magenta #E146CE
RGB
CMYK
RGB Variations
Color information
#E146CE (or 0xE146CE) is known color: Free Speech Magenta. HEX triplet: E1, 46 and CE. RGB value is (225,70,206). Sum of RGB (Red+Green+Blue) = 225+70+206=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E146CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146CE is #1EB931. Grayscale: #838383. Windows color (decimal): -2013490 or 13518561. OLE color: 13518561.
HSL color Cylindrical-coordinate representation of color #E146CE: hue angle of 307.35º 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 #E146CE is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 206 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.12 |
| HSL | 307.35º | 0.72% | 0.58% | - |
| HSV(B) | 307.35º | 0.69% | 0.88% | - |
| XYZ | 44.38 | 24.84 | 60.85 | - |
| YUV | 131.85 | 169.85 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 206 | 0 | 0.69 | 0.08 | 0.12 | 307.35 | 0.72 | 0.58 |
| Hex | E1 | 46 | CE | 0 | 45 | 8 | C | 133 | 48 | 3A |
| Octal | 341 | 106 | 316 | 0 | 105 | 10 | 14 | 463 | 110 | 72 |
| Binary | 11100001 | 1000110 | 11001110 | 0 | 1000101 | 1000 | 1100 | 100110011 | 1001000 | 111010 |
Color Harmonies of #E146CE
Complementary color
Monochromatic Colors of #E146CE
Black with #E146CE
Text Example
Text Example
White with #E146CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E146CE; }
p { color: rgb(225,70,206); }
H1.HeaderClassName
{
color: #E146CE;
}
.AnyTagClassName
{
color: #E146CE;
}
</style>
background-color css
<style>
a { background-color: #E146CE; }
a { background-color: rgb(225,70,206); }
div.DivClassName
{
background-color: #E146CE;
}
.BgClassName
{
background-color: #E146CE;
}
</style>
border-color css
<style>
span { border-color: #E146CE; }
span { border-color: rgb(225,70,206); }
td.TdClassName
{
border-color: #E146CE;
}
.TagClassName
{
border-color: #E146CE;
}
</style>