Html Css Color HEX #EE56CA Free Speech Magenta
📋 copy color: '#EE56CA'red 238 ◦ green 86 ◦ blue 202
Shades of Free Speech Magenta #EE56CA
Tints of Free Speech Magenta #EE56CA
RGB
CMYK
RGB Variations
Color information
#EE56CA (or 0xEE56CA) is known color: Free Speech Magenta. HEX triplet: EE, 56 and CA. RGB value is (238,86,202). Sum of RGB (Red+Green+Blue) = 238+86+202=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EE56CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE56CA is #11A935. Grayscale: #909090. Windows color (decimal): -1157430 or 13260526. OLE color: 13260526.
HSL color Cylindrical-coordinate representation of color #EE56CA: hue angle of 314.21º 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 #EE56CA is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 202 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.07 |
| HSL | 314.21º | 0.82% | 0.64% | - |
| HSV(B) | 314.21º | 0.64% | 0.93% | - |
| XYZ | 49.25 | 29.1 | 58.9 | - |
| YUV | 144.67 | 160.36 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 202 | 0 | 0.64 | 0.15 | 0.07 | 314.21 | 0.82 | 0.64 |
| Hex | EE | 56 | CA | 0 | 40 | F | 7 | 13A | 52 | 40 |
| Octal | 356 | 126 | 312 | 0 | 100 | 17 | 7 | 472 | 122 | 100 |
| Binary | 11101110 | 1010110 | 11001010 | 0 | 1000000 | 1111 | 111 | 100111010 | 1010010 | 1000000 |
Color Harmonies of #EE56CA
Complementary color
Monochromatic Colors of #EE56CA
Black with #EE56CA
Text Example
Text Example
White with #EE56CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE56CA; }
p { color: rgb(238,86,202); }
H1.HeaderClassName
{
color: #EE56CA;
}
.AnyTagClassName
{
color: #EE56CA;
}
</style>
background-color css
<style>
a { background-color: #EE56CA; }
a { background-color: rgb(238,86,202); }
div.DivClassName
{
background-color: #EE56CA;
}
.BgClassName
{
background-color: #EE56CA;
}
</style>
border-color css
<style>
span { border-color: #EE56CA; }
span { border-color: rgb(238,86,202); }
td.TdClassName
{
border-color: #EE56CA;
}
.TagClassName
{
border-color: #EE56CA;
}
</style>