Html Css Color HEX #EE50D3 Free Speech Magenta
📋 copy color: '#EE50D3'red 238 ◦ green 80 ◦ blue 211
Shades of Free Speech Magenta #EE50D3
Tints of Free Speech Magenta #EE50D3
RGB
CMYK
RGB Variations
Color information
#EE50D3 (or 0xEE50D3) is known color: Free Speech Magenta. HEX triplet: EE, 50 and D3. RGB value is (238,80,211). Sum of RGB (Red+Green+Blue) = 238+80+211=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50D3 is #11AF2C. Grayscale: #8D8D8D. Windows color (decimal): -1158957 or 13848814. OLE color: 13848814.
HSL color Cylindrical-coordinate representation of color #EE50D3: hue angle of 310.25º 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 #EE50D3 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 211 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.07 |
| HSL | 310.25º | 0.82% | 0.62% | - |
| HSV(B) | 310.25º | 0.66% | 0.93% | - |
| XYZ | 49.89 | 28.62 | 64.52 | - |
| YUV | 142.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 211 | 0 | 0.66 | 0.11 | 0.07 | 310.25 | 0.82 | 0.62 |
| Hex | EE | 50 | D3 | 0 | 42 | B | 7 | 136 | 52 | 3E |
| Octal | 356 | 120 | 323 | 0 | 102 | 13 | 7 | 466 | 122 | 76 |
| Binary | 11101110 | 1010000 | 11010011 | 0 | 1000010 | 1011 | 111 | 100110110 | 1010010 | 111110 |
Color Harmonies of #EE50D3
Complementary color
Monochromatic Colors of #EE50D3
Black with #EE50D3
Text Example
Text Example
White with #EE50D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50D3; }
p { color: rgb(238,80,211); }
H1.HeaderClassName
{
color: #EE50D3;
}
.AnyTagClassName
{
color: #EE50D3;
}
</style>
background-color css
<style>
a { background-color: #EE50D3; }
a { background-color: rgb(238,80,211); }
div.DivClassName
{
background-color: #EE50D3;
}
.BgClassName
{
background-color: #EE50D3;
}
</style>
border-color css
<style>
span { border-color: #EE50D3; }
span { border-color: rgb(238,80,211); }
td.TdClassName
{
border-color: #EE50D3;
}
.TagClassName
{
border-color: #EE50D3;
}
</style>