Html Css Color HEX #EE50DD Free Speech Magenta
📋 copy color: '#EE50DD'red 238 ◦ green 80 ◦ blue 221
Shades of Free Speech Magenta #EE50DD
Tints of Free Speech Magenta #EE50DD
RGB
CMYK
RGB Variations
Color information
#EE50DD (or 0xEE50DD) is known color: Free Speech Magenta. HEX triplet: EE, 50 and DD. RGB value is (238,80,221). Sum of RGB (Red+Green+Blue) = 238+80+221=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50DD is #11AF22. Grayscale: #8E8E8E. Windows color (decimal): -1158947 or 14504174. OLE color: 14504174.
HSL color Cylindrical-coordinate representation of color #EE50DD: hue angle of 306.46º 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 #EE50DD is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 221 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.07 |
| HSL | 306.46º | 0.82% | 0.62% | - |
| HSV(B) | 306.46º | 0.66% | 0.93% | - |
| XYZ | 51.18 | 29.13 | 71.33 | - |
| YUV | 143.32 | 171.85 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 221 | 0 | 0.66 | 0.07 | 0.07 | 306.46 | 0.82 | 0.62 |
| Hex | EE | 50 | DD | 0 | 42 | 7 | 7 | 132 | 52 | 3E |
| Octal | 356 | 120 | 335 | 0 | 102 | 7 | 7 | 462 | 122 | 76 |
| Binary | 11101110 | 1010000 | 11011101 | 0 | 1000010 | 111 | 111 | 100110010 | 1010010 | 111110 |
Color Harmonies of #EE50DD
Complementary color
Monochromatic Colors of #EE50DD
Black with #EE50DD
Text Example
Text Example
White with #EE50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50DD; }
p { color: rgb(238,80,221); }
H1.HeaderClassName
{
color: #EE50DD;
}
.AnyTagClassName
{
color: #EE50DD;
}
</style>
background-color css
<style>
a { background-color: #EE50DD; }
a { background-color: rgb(238,80,221); }
div.DivClassName
{
background-color: #EE50DD;
}
.BgClassName
{
background-color: #EE50DD;
}
</style>
border-color css
<style>
span { border-color: #EE50DD; }
span { border-color: rgb(238,80,221); }
td.TdClassName
{
border-color: #EE50DD;
}
.TagClassName
{
border-color: #EE50DD;
}
</style>