Html Css Color HEX #EE4CDD Free Speech Magenta
📋 copy color: '#EE4CDD'red 238 ◦ green 76 ◦ blue 221
Shades of Free Speech Magenta #EE4CDD
Tints of Free Speech Magenta #EE4CDD
RGB
CMYK
RGB Variations
Color information
#EE4CDD (or 0xEE4CDD) is known color: Free Speech Magenta. HEX triplet: EE, 4C and DD. RGB value is (238,76,221). Sum of RGB (Red+Green+Blue) = 238+76+221=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 76 (30.08% from 255 or 14.21% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4CDD is #11B322. Grayscale: #8C8C8C. Windows color (decimal): -1159971 or 14503150. OLE color: 14503150.
HSL color Cylindrical-coordinate representation of color #EE4CDD: hue angle of 306.3º 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 #EE4CDD is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 76 | 221 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.07 |
| HSL | 306.3º | 0.83% | 0.62% | - |
| HSV(B) | 306.3º | 0.68% | 0.93% | - |
| XYZ | 50.9 | 28.57 | 71.24 | - |
| YUV | 140.97 | 173.17 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 76 | 221 | 0 | 0.68 | 0.07 | 0.07 | 306.3 | 0.83 | 0.62 |
| Hex | EE | 4C | DD | 0 | 44 | 7 | 7 | 132 | 53 | 3E |
| Octal | 356 | 114 | 335 | 0 | 104 | 7 | 7 | 462 | 123 | 76 |
| Binary | 11101110 | 1001100 | 11011101 | 0 | 1000100 | 111 | 111 | 100110010 | 1010011 | 111110 |
Color Harmonies of #EE4CDD
Complementary color
Monochromatic Colors of #EE4CDD
Black with #EE4CDD
Text Example
Text Example
White with #EE4CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4CDD; }
p { color: rgb(238,76,221); }
H1.HeaderClassName
{
color: #EE4CDD;
}
.AnyTagClassName
{
color: #EE4CDD;
}
</style>
background-color css
<style>
a { background-color: #EE4CDD; }
a { background-color: rgb(238,76,221); }
div.DivClassName
{
background-color: #EE4CDD;
}
.BgClassName
{
background-color: #EE4CDD;
}
</style>
border-color css
<style>
span { border-color: #EE4CDD; }
span { border-color: rgb(238,76,221); }
td.TdClassName
{
border-color: #EE4CDD;
}
.TagClassName
{
border-color: #EE4CDD;
}
</style>