Html Css Color HEX #E150CE Free Speech Magenta
📋 copy color: '#E150CE'red 225 ◦ green 80 ◦ blue 206
Shades of Free Speech Magenta #E150CE
Tints of Free Speech Magenta #E150CE
RGB
CMYK
RGB Variations
Color information
#E150CE (or 0xE150CE) is known color: Free Speech Magenta. HEX triplet: E1, 50 and CE. RGB value is (225,80,206). Sum of RGB (Red+Green+Blue) = 225+80+206=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E150CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150CE is #1EAF31. Grayscale: #898989. Windows color (decimal): -2010930 or 13521121. OLE color: 13521121.
HSL color Cylindrical-coordinate representation of color #E150CE: hue angle of 307.86º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E150CE is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 206 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.12 |
| HSL | 307.86º | 0.71% | 0.6% | - |
| HSV(B) | 307.86º | 0.64% | 0.88% | - |
| XYZ | 45.06 | 26.2 | 61.07 | - |
| YUV | 137.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 206 | 0 | 0.64 | 0.08 | 0.12 | 307.86 | 0.71 | 0.6 |
| Hex | E1 | 50 | CE | 0 | 40 | 8 | C | 134 | 47 | 3C |
| Octal | 341 | 120 | 316 | 0 | 100 | 10 | 14 | 464 | 107 | 74 |
| Binary | 11100001 | 1010000 | 11001110 | 0 | 1000000 | 1000 | 1100 | 100110100 | 1000111 | 111100 |
Color Harmonies of #E150CE
Complementary color
Monochromatic Colors of #E150CE
Black with #E150CE
Text Example
Text Example
White with #E150CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E150CE; }
p { color: rgb(225,80,206); }
H1.HeaderClassName
{
color: #E150CE;
}
.AnyTagClassName
{
color: #E150CE;
}
</style>
background-color css
<style>
a { background-color: #E150CE; }
a { background-color: rgb(225,80,206); }
div.DivClassName
{
background-color: #E150CE;
}
.BgClassName
{
background-color: #E150CE;
}
</style>
border-color css
<style>
span { border-color: #E150CE; }
span { border-color: rgb(225,80,206); }
td.TdClassName
{
border-color: #E150CE;
}
.TagClassName
{
border-color: #E150CE;
}
</style>