Html Css Color HEX #EE56D3 Free Speech Magenta
📋 copy color: '#EE56D3'red 238 ◦ green 86 ◦ blue 211
Shades of Free Speech Magenta #EE56D3
Tints of Free Speech Magenta #EE56D3
RGB
CMYK
RGB Variations
Color information
#EE56D3 (or 0xEE56D3) is known color: Free Speech Magenta. HEX triplet: EE, 56 and D3. RGB value is (238,86,211). Sum of RGB (Red+Green+Blue) = 238+86+211=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 86 (33.98% from 255 or 16.07% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE56D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE56D3 is #11A92C. Grayscale: #919191. Windows color (decimal): -1157421 or 13850350. OLE color: 13850350.
HSL color Cylindrical-coordinate representation of color #EE56D3: hue angle of 310.66º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE56D3 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 211 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.07 |
| HSL | 310.66º | 0.82% | 0.64% | - |
| HSV(B) | 310.66º | 0.64% | 0.93% | - |
| XYZ | 50.35 | 29.54 | 64.68 | - |
| YUV | 145.7 | 164.86 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 211 | 0 | 0.64 | 0.11 | 0.07 | 310.66 | 0.82 | 0.64 |
| Hex | EE | 56 | D3 | 0 | 40 | B | 7 | 137 | 52 | 40 |
| Octal | 356 | 126 | 323 | 0 | 100 | 13 | 7 | 467 | 122 | 100 |
| Binary | 11101110 | 1010110 | 11010011 | 0 | 1000000 | 1011 | 111 | 100110111 | 1010010 | 1000000 |
Color Harmonies of #EE56D3
Complementary color
Monochromatic Colors of #EE56D3
Black with #EE56D3
Text Example
Text Example
White with #EE56D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE56D3; }
p { color: rgb(238,86,211); }
H1.HeaderClassName
{
color: #EE56D3;
}
.AnyTagClassName
{
color: #EE56D3;
}
</style>
background-color css
<style>
a { background-color: #EE56D3; }
a { background-color: rgb(238,86,211); }
div.DivClassName
{
background-color: #EE56D3;
}
.BgClassName
{
background-color: #EE56D3;
}
</style>
border-color css
<style>
span { border-color: #EE56D3; }
span { border-color: rgb(238,86,211); }
td.TdClassName
{
border-color: #EE56D3;
}
.TagClassName
{
border-color: #EE56D3;
}
</style>