Html Css Color HEX #EE4DDC Free Speech Magenta
📋 copy color: '#EE4DDC'red 238 ◦ green 77 ◦ blue 220
Shades of Free Speech Magenta #EE4DDC
Tints of Free Speech Magenta #EE4DDC
RGB
CMYK
RGB Variations
Color information
#EE4DDC (or 0xEE4DDC) is known color: Free Speech Magenta. HEX triplet: EE, 4D and DC. RGB value is (238,77,220). Sum of RGB (Red+Green+Blue) = 238+77+220=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 77 (30.47% from 255 or 14.39% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4DDC is #11B223. Grayscale: #8D8D8D. Windows color (decimal): -1159716 or 14437870. OLE color: 14437870.
HSL color Cylindrical-coordinate representation of color #EE4DDC: hue angle of 306.71º 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 #EE4DDC is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 220 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.07 |
| HSL | 306.71º | 0.83% | 0.62% | - |
| HSV(B) | 306.71º | 0.68% | 0.93% | - |
| XYZ | 50.83 | 28.65 | 70.56 | - |
| YUV | 141.44 | 172.34 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 220 | 0 | 0.68 | 0.08 | 0.07 | 306.71 | 0.83 | 0.62 |
| Hex | EE | 4D | DC | 0 | 44 | 8 | 7 | 133 | 53 | 3E |
| Octal | 356 | 115 | 334 | 0 | 104 | 10 | 7 | 463 | 123 | 76 |
| Binary | 11101110 | 1001101 | 11011100 | 0 | 1000100 | 1000 | 111 | 100110011 | 1010011 | 111110 |
Color Harmonies of #EE4DDC
Complementary color
Monochromatic Colors of #EE4DDC
Black with #EE4DDC
Text Example
Text Example
White with #EE4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4DDC; }
p { color: rgb(238,77,220); }
H1.HeaderClassName
{
color: #EE4DDC;
}
.AnyTagClassName
{
color: #EE4DDC;
}
</style>
background-color css
<style>
a { background-color: #EE4DDC; }
a { background-color: rgb(238,77,220); }
div.DivClassName
{
background-color: #EE4DDC;
}
.BgClassName
{
background-color: #EE4DDC;
}
</style>
border-color css
<style>
span { border-color: #EE4DDC; }
span { border-color: rgb(238,77,220); }
td.TdClassName
{
border-color: #EE4DDC;
}
.TagClassName
{
border-color: #EE4DDC;
}
</style>