Html Css Color HEX #EE4CCD Free Speech Magenta
📋 copy color: '#EE4CCD'red 238 ◦ green 76 ◦ blue 205
Shades of Free Speech Magenta #EE4CCD
Tints of Free Speech Magenta #EE4CCD
RGB
CMYK
RGB Variations
Color information
#EE4CCD (or 0xEE4CCD) is known color: Free Speech Magenta. HEX triplet: EE, 4C and CD. RGB value is (238,76,205). Sum of RGB (Red+Green+Blue) = 238+76+205=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4CCD is #11B332. Grayscale: #8A8A8A. Windows color (decimal): -1159987 or 13454574. OLE color: 13454574.
HSL color Cylindrical-coordinate representation of color #EE4CCD: hue angle of 312.22º 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 #EE4CCD is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 76 | 205 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.07 |
| HSL | 312.22º | 0.83% | 0.62% | - |
| HSV(B) | 312.22º | 0.68% | 0.93% | - |
| XYZ | 48.86 | 27.75 | 60.54 | - |
| YUV | 139.14 | 165.17 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 76 | 205 | 0 | 0.68 | 0.14 | 0.07 | 312.22 | 0.83 | 0.62 |
| Hex | EE | 4C | CD | 0 | 44 | E | 7 | 138 | 53 | 3E |
| Octal | 356 | 114 | 315 | 0 | 104 | 16 | 7 | 470 | 123 | 76 |
| Binary | 11101110 | 1001100 | 11001101 | 0 | 1000100 | 1110 | 111 | 100111000 | 1010011 | 111110 |
Color Harmonies of #EE4CCD
Complementary color
Monochromatic Colors of #EE4CCD
Black with #EE4CCD
Text Example
Text Example
White with #EE4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4CCD; }
p { color: rgb(238,76,205); }
H1.HeaderClassName
{
color: #EE4CCD;
}
.AnyTagClassName
{
color: #EE4CCD;
}
</style>
background-color css
<style>
a { background-color: #EE4CCD; }
a { background-color: rgb(238,76,205); }
div.DivClassName
{
background-color: #EE4CCD;
}
.BgClassName
{
background-color: #EE4CCD;
}
</style>
border-color css
<style>
span { border-color: #EE4CCD; }
span { border-color: rgb(238,76,205); }
td.TdClassName
{
border-color: #EE4CCD;
}
.TagClassName
{
border-color: #EE4CCD;
}
</style>