Html Css Color HEX #EE57CA Free Speech Magenta
📋 copy color: '#EE57CA'red 238 ◦ green 87 ◦ blue 202
Shades of Free Speech Magenta #EE57CA
Tints of Free Speech Magenta #EE57CA
RGB
CMYK
RGB Variations
Color information
#EE57CA (or 0xEE57CA) is known color: Free Speech Magenta. HEX triplet: EE, 57 and CA. RGB value is (238,87,202). Sum of RGB (Red+Green+Blue) = 238+87+202=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE57CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE57CA is #11A835. Grayscale: #909090. Windows color (decimal): -1157174 or 13260782. OLE color: 13260782.
HSL color Cylindrical-coordinate representation of color #EE57CA: hue angle of 314.3º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE57CA is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 202 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.07 |
| HSL | 314.3º | 0.82% | 0.64% | - |
| HSV(B) | 314.3º | 0.63% | 0.93% | - |
| XYZ | 49.33 | 29.26 | 58.92 | - |
| YUV | 145.26 | 160.03 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 202 | 0 | 0.63 | 0.15 | 0.07 | 314.3 | 0.82 | 0.64 |
| Hex | EE | 57 | CA | 0 | 3F | F | 7 | 13A | 52 | 40 |
| Octal | 356 | 127 | 312 | 0 | 77 | 17 | 7 | 472 | 122 | 100 |
| Binary | 11101110 | 1010111 | 11001010 | 0 | 111111 | 1111 | 111 | 100111010 | 1010010 | 1000000 |
Color Harmonies of #EE57CA
Complementary color
Monochromatic Colors of #EE57CA
Black with #EE57CA
Text Example
Text Example
White with #EE57CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE57CA; }
p { color: rgb(238,87,202); }
H1.HeaderClassName
{
color: #EE57CA;
}
.AnyTagClassName
{
color: #EE57CA;
}
</style>
background-color css
<style>
a { background-color: #EE57CA; }
a { background-color: rgb(238,87,202); }
div.DivClassName
{
background-color: #EE57CA;
}
.BgClassName
{
background-color: #EE57CA;
}
</style>
border-color css
<style>
span { border-color: #EE57CA; }
span { border-color: rgb(238,87,202); }
td.TdClassName
{
border-color: #EE57CA;
}
.TagClassName
{
border-color: #EE57CA;
}
</style>