Html Css Color HEX #EE4DC9 Free Speech Magenta
📋 copy color: '#EE4DC9'red 238 ◦ green 77 ◦ blue 201
Shades of Free Speech Magenta #EE4DC9
Tints of Free Speech Magenta #EE4DC9
RGB
CMYK
RGB Variations
Color information
#EE4DC9 (or 0xEE4DC9) is known color: Free Speech Magenta. HEX triplet: EE, 4D and C9. RGB value is (238,77,201). Sum of RGB (Red+Green+Blue) = 238+77+201=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4DC9 is #11B236. Grayscale: #8A8A8A. Windows color (decimal): -1159735 or 13192686. OLE color: 13192686.
HSL color Cylindrical-coordinate representation of color #EE4DC9: hue angle of 313.79º 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 #EE4DC9 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 201 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.07 |
| HSL | 313.79º | 0.83% | 0.62% | - |
| HSV(B) | 313.79º | 0.68% | 0.93% | - |
| XYZ | 48.46 | 27.7 | 58.05 | - |
| YUV | 139.28 | 162.84 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 201 | 0 | 0.68 | 0.16 | 0.07 | 313.79 | 0.83 | 0.62 |
| Hex | EE | 4D | C9 | 0 | 44 | 10 | 7 | 13A | 53 | 3E |
| Octal | 356 | 115 | 311 | 0 | 104 | 20 | 7 | 472 | 123 | 76 |
| Binary | 11101110 | 1001101 | 11001001 | 0 | 1000100 | 10000 | 111 | 100111010 | 1010011 | 111110 |
Color Harmonies of #EE4DC9
Complementary color
Monochromatic Colors of #EE4DC9
Black with #EE4DC9
Text Example
Text Example
White with #EE4DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4DC9; }
p { color: rgb(238,77,201); }
H1.HeaderClassName
{
color: #EE4DC9;
}
.AnyTagClassName
{
color: #EE4DC9;
}
</style>
background-color css
<style>
a { background-color: #EE4DC9; }
a { background-color: rgb(238,77,201); }
div.DivClassName
{
background-color: #EE4DC9;
}
.BgClassName
{
background-color: #EE4DC9;
}
</style>
border-color css
<style>
span { border-color: #EE4DC9; }
span { border-color: rgb(238,77,201); }
td.TdClassName
{
border-color: #EE4DC9;
}
.TagClassName
{
border-color: #EE4DC9;
}
</style>