Html Css Color HEX #EE4EDE Free Speech Magenta
📋 copy color: '#EE4EDE'red 238 ◦ green 78 ◦ blue 222
Shades of Free Speech Magenta #EE4EDE
Tints of Free Speech Magenta #EE4EDE
RGB
CMYK
RGB Variations
Color information
#EE4EDE (or 0xEE4EDE) is known color: Free Speech Magenta. HEX triplet: EE, 4E and DE. RGB value is (238,78,222). Sum of RGB (Red+Green+Blue) = 238+78+222=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 78 (30.86% from 255 or 14.50% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4EDE is #11B121. Grayscale: #8D8D8D. Windows color (decimal): -1159458 or 14569198. OLE color: 14569198.
HSL color Cylindrical-coordinate representation of color #EE4EDE: hue angle of 306º 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 #EE4EDE is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 78 | 222 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.07 |
| HSL | 306º | 0.82% | 0.62% | - |
| HSV(B) | 306º | 0.67% | 0.93% | - |
| XYZ | 51.17 | 28.9 | 71.99 | - |
| YUV | 142.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 78 | 222 | 0 | 0.67 | 0.07 | 0.07 | 306 | 0.82 | 0.62 |
| Hex | EE | 4E | DE | 0 | 43 | 7 | 7 | 132 | 52 | 3E |
| Octal | 356 | 116 | 336 | 0 | 103 | 7 | 7 | 462 | 122 | 76 |
| Binary | 11101110 | 1001110 | 11011110 | 0 | 1000011 | 111 | 111 | 100110010 | 1010010 | 111110 |
Color Harmonies of #EE4EDE
Complementary color
Monochromatic Colors of #EE4EDE
Black with #EE4EDE
Text Example
Text Example
White with #EE4EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4EDE; }
p { color: rgb(238,78,222); }
H1.HeaderClassName
{
color: #EE4EDE;
}
.AnyTagClassName
{
color: #EE4EDE;
}
</style>
background-color css
<style>
a { background-color: #EE4EDE; }
a { background-color: rgb(238,78,222); }
div.DivClassName
{
background-color: #EE4EDE;
}
.BgClassName
{
background-color: #EE4EDE;
}
</style>
border-color css
<style>
span { border-color: #EE4EDE; }
span { border-color: rgb(238,78,222); }
td.TdClassName
{
border-color: #EE4EDE;
}
.TagClassName
{
border-color: #EE4EDE;
}
</style>