Html Css Color HEX #EE56E6 Free Speech Magenta
📋 copy color: '#EE56E6'red 238 ◦ green 86 ◦ blue 230
Shades of Free Speech Magenta #EE56E6
Tints of Free Speech Magenta #EE56E6
RGB
CMYK
RGB Variations
Color information
#EE56E6 (or 0xEE56E6) is known color: Free Speech Magenta. HEX triplet: EE, 56 and E6. RGB value is (238,86,230). Sum of RGB (Red+Green+Blue) = 238+86+230=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 86 (33.98% from 255 or 15.52% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE56E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE56E6 is #11A919. Grayscale: #939393. Windows color (decimal): -1157402 or 15095534. OLE color: 15095534.
HSL color Cylindrical-coordinate representation of color #EE56E6: hue angle of 303.16º 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 #EE56E6 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 230 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.07 |
| HSL | 303.16º | 0.82% | 0.64% | - |
| HSV(B) | 303.16º | 0.64% | 0.93% | - |
| XYZ | 52.87 | 30.55 | 77.97 | - |
| YUV | 147.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 230 | 0 | 0.64 | 0.03 | 0.07 | 303.16 | 0.82 | 0.64 |
| Hex | EE | 56 | E6 | 0 | 40 | 3 | 7 | 12F | 52 | 40 |
| Octal | 356 | 126 | 346 | 0 | 100 | 3 | 7 | 457 | 122 | 100 |
| Binary | 11101110 | 1010110 | 11100110 | 0 | 1000000 | 11 | 111 | 100101111 | 1010010 | 1000000 |
Color Harmonies of #EE56E6
Complementary color
Monochromatic Colors of #EE56E6
Black with #EE56E6
Text Example
Text Example
White with #EE56E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE56E6; }
p { color: rgb(238,86,230); }
H1.HeaderClassName
{
color: #EE56E6;
}
.AnyTagClassName
{
color: #EE56E6;
}
</style>
background-color css
<style>
a { background-color: #EE56E6; }
a { background-color: rgb(238,86,230); }
div.DivClassName
{
background-color: #EE56E6;
}
.BgClassName
{
background-color: #EE56E6;
}
</style>
border-color css
<style>
span { border-color: #EE56E6; }
span { border-color: rgb(238,86,230); }
td.TdClassName
{
border-color: #EE56E6;
}
.TagClassName
{
border-color: #EE56E6;
}
</style>