Html Css Color HEX #EE50D1 Free Speech Magenta
📋 copy color: '#EE50D1'red 238 ◦ green 80 ◦ blue 209
Shades of Free Speech Magenta #EE50D1
Tints of Free Speech Magenta #EE50D1
RGB
CMYK
RGB Variations
Color information
#EE50D1 (or 0xEE50D1) is known color: Free Speech Magenta. HEX triplet: EE, 50 and D1. RGB value is (238,80,209). Sum of RGB (Red+Green+Blue) = 238+80+209=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50D1 is #11AF2E. Grayscale: #8D8D8D. Windows color (decimal): -1158959 or 13717742. OLE color: 13717742.
HSL color Cylindrical-coordinate representation of color #EE50D1: hue angle of 311.01º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE50D1 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 209 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.07 |
| HSL | 311.01º | 0.82% | 0.62% | - |
| HSV(B) | 311.01º | 0.66% | 0.93% | - |
| XYZ | 49.64 | 28.52 | 63.21 | - |
| YUV | 141.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 209 | 0 | 0.66 | 0.12 | 0.07 | 311.01 | 0.82 | 0.62 |
| Hex | EE | 50 | D1 | 0 | 42 | C | 7 | 137 | 52 | 3E |
| Octal | 356 | 120 | 321 | 0 | 102 | 14 | 7 | 467 | 122 | 76 |
| Binary | 11101110 | 1010000 | 11010001 | 0 | 1000010 | 1100 | 111 | 100110111 | 1010010 | 111110 |
Color Harmonies of #EE50D1
Complementary color
Monochromatic Colors of #EE50D1
Black with #EE50D1
Text Example
Text Example
White with #EE50D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50D1; }
p { color: rgb(238,80,209); }
H1.HeaderClassName
{
color: #EE50D1;
}
.AnyTagClassName
{
color: #EE50D1;
}
</style>
background-color css
<style>
a { background-color: #EE50D1; }
a { background-color: rgb(238,80,209); }
div.DivClassName
{
background-color: #EE50D1;
}
.BgClassName
{
background-color: #EE50D1;
}
</style>
border-color css
<style>
span { border-color: #EE50D1; }
span { border-color: rgb(238,80,209); }
td.TdClassName
{
border-color: #EE50D1;
}
.TagClassName
{
border-color: #EE50D1;
}
</style>