Html Css Color HEX #EE44DD Free Speech Magenta
📋 copy color: '#EE44DD'red 238 ◦ green 68 ◦ blue 221
Shades of Free Speech Magenta #EE44DD
Tints of Free Speech Magenta #EE44DD
RGB
CMYK
RGB Variations
Color information
#EE44DD (or 0xEE44DD) is known color: Free Speech Magenta. HEX triplet: EE, 44 and DD. RGB value is (238,68,221). Sum of RGB (Red+Green+Blue) = 238+68+221=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 68 (26.95% from 255 or 12.90% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE44DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE44DD is #11BB22. Grayscale: #878787. Windows color (decimal): -1162019 or 14501102. OLE color: 14501102.
HSL color Cylindrical-coordinate representation of color #EE44DD: hue angle of 306º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE44DD is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 68 | 221 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.07 |
| HSL | 306º | 0.83% | 0.6% | - |
| HSV(B) | 306º | 0.71% | 0.93% | - |
| XYZ | 50.38 | 27.53 | 71.07 | - |
| YUV | 136.27 | 175.82 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 68 | 221 | 0 | 0.71 | 0.07 | 0.07 | 306 | 0.83 | 0.6 |
| Hex | EE | 44 | DD | 0 | 47 | 7 | 7 | 132 | 53 | 3C |
| Octal | 356 | 104 | 335 | 0 | 107 | 7 | 7 | 462 | 123 | 74 |
| Binary | 11101110 | 1000100 | 11011101 | 0 | 1000111 | 111 | 111 | 100110010 | 1010011 | 111100 |
Color Harmonies of #EE44DD
Complementary color
Monochromatic Colors of #EE44DD
Black with #EE44DD
Text Example
Text Example
White with #EE44DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE44DD; }
p { color: rgb(238,68,221); }
H1.HeaderClassName
{
color: #EE44DD;
}
.AnyTagClassName
{
color: #EE44DD;
}
</style>
background-color css
<style>
a { background-color: #EE44DD; }
a { background-color: rgb(238,68,221); }
div.DivClassName
{
background-color: #EE44DD;
}
.BgClassName
{
background-color: #EE44DD;
}
</style>
border-color css
<style>
span { border-color: #EE44DD; }
span { border-color: rgb(238,68,221); }
td.TdClassName
{
border-color: #EE44DD;
}
.TagClassName
{
border-color: #EE44DD;
}
</style>