Html Css Color HEX #EE56CB Free Speech Magenta
📋 copy color: '#EE56CB'red 238 ◦ green 86 ◦ blue 203
Shades of Free Speech Magenta #EE56CB
Tints of Free Speech Magenta #EE56CB
RGB
CMYK
RGB Variations
Color information
#EE56CB (or 0xEE56CB) is known color: Free Speech Magenta. HEX triplet: EE, 56 and CB. RGB value is (238,86,203). Sum of RGB (Red+Green+Blue) = 238+86+203=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 86 (33.98% from 255 or 16.32% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE56CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE56CB is #11A934. Grayscale: #909090. Windows color (decimal): -1157429 or 13326062. OLE color: 13326062.
HSL color Cylindrical-coordinate representation of color #EE56CB: hue angle of 313.82º 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 #EE56CB is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 203 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.07 |
| HSL | 313.82º | 0.82% | 0.64% | - |
| HSV(B) | 313.82º | 0.64% | 0.93% | - |
| XYZ | 49.37 | 29.14 | 59.52 | - |
| YUV | 144.79 | 160.86 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 203 | 0 | 0.64 | 0.15 | 0.07 | 313.82 | 0.82 | 0.64 |
| Hex | EE | 56 | CB | 0 | 40 | F | 7 | 13A | 52 | 40 |
| Octal | 356 | 126 | 313 | 0 | 100 | 17 | 7 | 472 | 122 | 100 |
| Binary | 11101110 | 1010110 | 11001011 | 0 | 1000000 | 1111 | 111 | 100111010 | 1010010 | 1000000 |
Color Harmonies of #EE56CB
Complementary color
Monochromatic Colors of #EE56CB
Black with #EE56CB
Text Example
Text Example
White with #EE56CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE56CB; }
p { color: rgb(238,86,203); }
H1.HeaderClassName
{
color: #EE56CB;
}
.AnyTagClassName
{
color: #EE56CB;
}
</style>
background-color css
<style>
a { background-color: #EE56CB; }
a { background-color: rgb(238,86,203); }
div.DivClassName
{
background-color: #EE56CB;
}
.BgClassName
{
background-color: #EE56CB;
}
</style>
border-color css
<style>
span { border-color: #EE56CB; }
span { border-color: rgb(238,86,203); }
td.TdClassName
{
border-color: #EE56CB;
}
.TagClassName
{
border-color: #EE56CB;
}
</style>