Html Css Color HEX #EE4DC5 Free Speech Magenta
📋 copy color: '#EE4DC5'red 238 ◦ green 77 ◦ blue 197
Shades of Free Speech Magenta #EE4DC5
Tints of Free Speech Magenta #EE4DC5
RGB
CMYK
RGB Variations
Color information
#EE4DC5 (or 0xEE4DC5) is known color: Free Speech Magenta. HEX triplet: EE, 4D and C5. RGB value is (238,77,197). Sum of RGB (Red+Green+Blue) = 238+77+197=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4DC5 is #11B23A. Grayscale: #8A8A8A. Windows color (decimal): -1159739 or 12930542. OLE color: 12930542.
HSL color Cylindrical-coordinate representation of color #EE4DC5: hue angle of 315.28º 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 #EE4DC5 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 197 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.07 |
| HSL | 315.28º | 0.83% | 0.62% | - |
| HSV(B) | 315.28º | 0.68% | 0.93% | - |
| XYZ | 47.99 | 27.52 | 55.61 | - |
| YUV | 138.82 | 160.84 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 197 | 0 | 0.68 | 0.17 | 0.07 | 315.28 | 0.83 | 0.62 |
| Hex | EE | 4D | C5 | 0 | 44 | 11 | 7 | 13B | 53 | 3E |
| Octal | 356 | 115 | 305 | 0 | 104 | 21 | 7 | 473 | 123 | 76 |
| Binary | 11101110 | 1001101 | 11000101 | 0 | 1000100 | 10001 | 111 | 100111011 | 1010011 | 111110 |
Color Harmonies of #EE4DC5
Complementary color
Monochromatic Colors of #EE4DC5
Black with #EE4DC5
Text Example
Text Example
White with #EE4DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4DC5; }
p { color: rgb(238,77,197); }
H1.HeaderClassName
{
color: #EE4DC5;
}
.AnyTagClassName
{
color: #EE4DC5;
}
</style>
background-color css
<style>
a { background-color: #EE4DC5; }
a { background-color: rgb(238,77,197); }
div.DivClassName
{
background-color: #EE4DC5;
}
.BgClassName
{
background-color: #EE4DC5;
}
</style>
border-color css
<style>
span { border-color: #EE4DC5; }
span { border-color: rgb(238,77,197); }
td.TdClassName
{
border-color: #EE4DC5;
}
.TagClassName
{
border-color: #EE4DC5;
}
</style>