Html Css Color HEX #EE4EDD Free Speech Magenta
📋 copy color: '#EE4EDD'red 238 ◦ green 78 ◦ blue 221
Shades of Free Speech Magenta #EE4EDD
Tints of Free Speech Magenta #EE4EDD
RGB
CMYK
RGB Variations
Color information
#EE4EDD (or 0xEE4EDD) is known color: Free Speech Magenta. HEX triplet: EE, 4E and DD. RGB value is (238,78,221). Sum of RGB (Red+Green+Blue) = 238+78+221=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 78 (30.86% from 255 or 14.53% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4EDD is #11B122. Grayscale: #8D8D8D. Windows color (decimal): -1159459 or 14503662. OLE color: 14503662.
HSL color Cylindrical-coordinate representation of color #EE4EDD: hue angle of 306.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE4EDD is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 78 | 221 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.07 |
| HSL | 306.38º | 0.82% | 0.62% | - |
| HSV(B) | 306.38º | 0.67% | 0.93% | - |
| XYZ | 51.04 | 28.85 | 71.28 | - |
| YUV | 142.14 | 172.51 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 78 | 221 | 0 | 0.67 | 0.07 | 0.07 | 306.38 | 0.82 | 0.62 |
| Hex | EE | 4E | DD | 0 | 43 | 7 | 7 | 132 | 52 | 3E |
| Octal | 356 | 116 | 335 | 0 | 103 | 7 | 7 | 462 | 122 | 76 |
| Binary | 11101110 | 1001110 | 11011101 | 0 | 1000011 | 111 | 111 | 100110010 | 1010010 | 111110 |
Color Harmonies of #EE4EDD
Complementary color
Monochromatic Colors of #EE4EDD
Black with #EE4EDD
Text Example
Text Example
White with #EE4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4EDD; }
p { color: rgb(238,78,221); }
H1.HeaderClassName
{
color: #EE4EDD;
}
.AnyTagClassName
{
color: #EE4EDD;
}
</style>
background-color css
<style>
a { background-color: #EE4EDD; }
a { background-color: rgb(238,78,221); }
div.DivClassName
{
background-color: #EE4EDD;
}
.BgClassName
{
background-color: #EE4EDD;
}
</style>
border-color css
<style>
span { border-color: #EE4EDD; }
span { border-color: rgb(238,78,221); }
td.TdClassName
{
border-color: #EE4EDD;
}
.TagClassName
{
border-color: #EE4EDD;
}
</style>