Html Css Color HEX #EE4DDD Free Speech Magenta
📋 copy color: '#EE4DDD'red 238 ◦ green 77 ◦ blue 221
Shades of Free Speech Magenta #EE4DDD
Tints of Free Speech Magenta #EE4DDD
RGB
CMYK
RGB Variations
Color information
#EE4DDD (or 0xEE4DDD) is known color: Free Speech Magenta. HEX triplet: EE, 4D and DD. RGB value is (238,77,221). Sum of RGB (Red+Green+Blue) = 238+77+221=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 77 (30.47% from 255 or 14.37% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4DDD is #11B222. Grayscale: #8D8D8D. Windows color (decimal): -1159715 or 14503406. OLE color: 14503406.
HSL color Cylindrical-coordinate representation of color #EE4DDD: hue angle of 306.34º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4DDD is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 221 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.07 |
| HSL | 306.34º | 0.83% | 0.62% | - |
| HSV(B) | 306.34º | 0.68% | 0.93% | - |
| XYZ | 50.96 | 28.71 | 71.26 | - |
| YUV | 141.56 | 172.84 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 221 | 0 | 0.68 | 0.07 | 0.07 | 306.34 | 0.83 | 0.62 |
| Hex | EE | 4D | DD | 0 | 44 | 7 | 7 | 132 | 53 | 3E |
| Octal | 356 | 115 | 335 | 0 | 104 | 7 | 7 | 462 | 123 | 76 |
| Binary | 11101110 | 1001101 | 11011101 | 0 | 1000100 | 111 | 111 | 100110010 | 1010011 | 111110 |
Color Harmonies of #EE4DDD
Complementary color
Monochromatic Colors of #EE4DDD
Black with #EE4DDD
Text Example
Text Example
White with #EE4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4DDD; }
p { color: rgb(238,77,221); }
H1.HeaderClassName
{
color: #EE4DDD;
}
.AnyTagClassName
{
color: #EE4DDD;
}
</style>
background-color css
<style>
a { background-color: #EE4DDD; }
a { background-color: rgb(238,77,221); }
div.DivClassName
{
background-color: #EE4DDD;
}
.BgClassName
{
background-color: #EE4DDD;
}
</style>
border-color css
<style>
span { border-color: #EE4DDD; }
span { border-color: rgb(238,77,221); }
td.TdClassName
{
border-color: #EE4DDD;
}
.TagClassName
{
border-color: #EE4DDD;
}
</style>