Html Css Color HEX #E150D1 Free Speech Magenta
📋 copy color: '#E150D1'red 225 ◦ green 80 ◦ blue 209
Shades of Free Speech Magenta #E150D1
Tints of Free Speech Magenta #E150D1
RGB
CMYK
RGB Variations
Color information
#E150D1 (or 0xE150D1) is known color: Free Speech Magenta. HEX triplet: E1, 50 and D1. RGB value is (225,80,209). Sum of RGB (Red+Green+Blue) = 225+80+209=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E150D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150D1 is #1EAF2E. Grayscale: #898989. Windows color (decimal): -2010927 or 13717729. OLE color: 13717729.
HSL color Cylindrical-coordinate representation of color #E150D1: hue angle of 306.62º 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 #E150D1 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 209 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.12 |
| HSL | 306.62º | 0.71% | 0.6% | - |
| HSV(B) | 306.62º | 0.64% | 0.88% | - |
| XYZ | 45.43 | 26.35 | 63.01 | - |
| YUV | 138.06 | 168.04 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 209 | 0 | 0.64 | 0.07 | 0.12 | 306.62 | 0.71 | 0.6 |
| Hex | E1 | 50 | D1 | 0 | 40 | 7 | C | 133 | 47 | 3C |
| Octal | 341 | 120 | 321 | 0 | 100 | 7 | 14 | 463 | 107 | 74 |
| Binary | 11100001 | 1010000 | 11010001 | 0 | 1000000 | 111 | 1100 | 100110011 | 1000111 | 111100 |
Color Harmonies of #E150D1
Complementary color
Monochromatic Colors of #E150D1
Black with #E150D1
Text Example
Text Example
White with #E150D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E150D1; }
p { color: rgb(225,80,209); }
H1.HeaderClassName
{
color: #E150D1;
}
.AnyTagClassName
{
color: #E150D1;
}
</style>
background-color css
<style>
a { background-color: #E150D1; }
a { background-color: rgb(225,80,209); }
div.DivClassName
{
background-color: #E150D1;
}
.BgClassName
{
background-color: #E150D1;
}
</style>
border-color css
<style>
span { border-color: #E150D1; }
span { border-color: rgb(225,80,209); }
td.TdClassName
{
border-color: #E150D1;
}
.TagClassName
{
border-color: #E150D1;
}
</style>