Html Css Color HEX #E150CC Free Speech Magenta
📋 copy color: '#E150CC'red 225 ◦ green 80 ◦ blue 204
Shades of Free Speech Magenta #E150CC
Tints of Free Speech Magenta #E150CC
RGB
CMYK
RGB Variations
Color information
#E150CC (or 0xE150CC) is known color: Free Speech Magenta. HEX triplet: E1, 50 and CC. RGB value is (225,80,204). Sum of RGB (Red+Green+Blue) = 225+80+204=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E150CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150CC is #1EAF33. Grayscale: #898989. Windows color (decimal): -2010932 or 13390049. OLE color: 13390049.
HSL color Cylindrical-coordinate representation of color #E150CC: hue angle of 308.69º 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 #E150CC is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 204 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.12 |
| HSL | 308.69º | 0.71% | 0.6% | - |
| HSV(B) | 308.69º | 0.64% | 0.88% | - |
| XYZ | 44.82 | 26.1 | 59.8 | - |
| YUV | 137.49 | 165.54 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 204 | 0 | 0.64 | 0.09 | 0.12 | 308.69 | 0.71 | 0.6 |
| Hex | E1 | 50 | CC | 0 | 40 | 9 | C | 135 | 47 | 3C |
| Octal | 341 | 120 | 314 | 0 | 100 | 11 | 14 | 465 | 107 | 74 |
| Binary | 11100001 | 1010000 | 11001100 | 0 | 1000000 | 1001 | 1100 | 100110101 | 1000111 | 111100 |
Color Harmonies of #E150CC
Complementary color
Monochromatic Colors of #E150CC
Black with #E150CC
Text Example
Text Example
White with #E150CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E150CC; }
p { color: rgb(225,80,204); }
H1.HeaderClassName
{
color: #E150CC;
}
.AnyTagClassName
{
color: #E150CC;
}
</style>
background-color css
<style>
a { background-color: #E150CC; }
a { background-color: rgb(225,80,204); }
div.DivClassName
{
background-color: #E150CC;
}
.BgClassName
{
background-color: #E150CC;
}
</style>
border-color css
<style>
span { border-color: #E150CC; }
span { border-color: rgb(225,80,204); }
td.TdClassName
{
border-color: #E150CC;
}
.TagClassName
{
border-color: #E150CC;
}
</style>