Html Css Color HEX #E150D0 Free Speech Magenta
📋 copy color: '#E150D0'red 225 ◦ green 80 ◦ blue 208
Shades of Free Speech Magenta #E150D0
Tints of Free Speech Magenta #E150D0
RGB
CMYK
RGB Variations
Color information
#E150D0 (or 0xE150D0) is known color: Free Speech Magenta. HEX triplet: E1, 50 and D0. RGB value is (225,80,208). Sum of RGB (Red+Green+Blue) = 225+80+208=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E150D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150D0 is #1EAF2F. Grayscale: #898989. Windows color (decimal): -2010928 or 13652193. OLE color: 13652193.
HSL color Cylindrical-coordinate representation of color #E150D0: hue angle of 307.03º 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 #E150D0 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 208 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.12 |
| HSL | 307.03º | 0.71% | 0.6% | - |
| HSV(B) | 307.03º | 0.64% | 0.88% | - |
| XYZ | 45.31 | 26.3 | 62.36 | - |
| YUV | 137.95 | 167.54 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 208 | 0 | 0.64 | 0.08 | 0.12 | 307.03 | 0.71 | 0.6 |
| Hex | E1 | 50 | D0 | 0 | 40 | 8 | C | 133 | 47 | 3C |
| Octal | 341 | 120 | 320 | 0 | 100 | 10 | 14 | 463 | 107 | 74 |
| Binary | 11100001 | 1010000 | 11010000 | 0 | 1000000 | 1000 | 1100 | 100110011 | 1000111 | 111100 |
Color Harmonies of #E150D0
Complementary color
Monochromatic Colors of #E150D0
Black with #E150D0
Text Example
Text Example
White with #E150D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E150D0; }
p { color: rgb(225,80,208); }
H1.HeaderClassName
{
color: #E150D0;
}
.AnyTagClassName
{
color: #E150D0;
}
</style>
background-color css
<style>
a { background-color: #E150D0; }
a { background-color: rgb(225,80,208); }
div.DivClassName
{
background-color: #E150D0;
}
.BgClassName
{
background-color: #E150D0;
}
</style>
border-color css
<style>
span { border-color: #E150D0; }
span { border-color: rgb(225,80,208); }
td.TdClassName
{
border-color: #E150D0;
}
.TagClassName
{
border-color: #E150D0;
}
</style>