Html Css Color HEX #EE58CA Free Speech Magenta
📋 copy color: '#EE58CA'red 238 ◦ green 88 ◦ blue 202
Shades of Free Speech Magenta #EE58CA
Tints of Free Speech Magenta #EE58CA
RGB
CMYK
RGB Variations
Color information
#EE58CA (or 0xEE58CA) is known color: Free Speech Magenta. HEX triplet: EE, 58 and CA. RGB value is (238,88,202). Sum of RGB (Red+Green+Blue) = 238+88+202=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EE58CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE58CA is #11A735. Grayscale: #919191. Windows color (decimal): -1156918 or 13261038. OLE color: 13261038.
HSL color Cylindrical-coordinate representation of color #EE58CA: hue angle of 314.4º 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 #EE58CA is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 202 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.07 |
| HSL | 314.4º | 0.82% | 0.64% | - |
| HSV(B) | 314.4º | 0.63% | 0.93% | - |
| XYZ | 49.41 | 29.42 | 58.95 | - |
| YUV | 145.85 | 159.7 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 202 | 0 | 0.63 | 0.15 | 0.07 | 314.4 | 0.82 | 0.64 |
| Hex | EE | 58 | CA | 0 | 3F | F | 7 | 13A | 52 | 40 |
| Octal | 356 | 130 | 312 | 0 | 77 | 17 | 7 | 472 | 122 | 100 |
| Binary | 11101110 | 1011000 | 11001010 | 0 | 111111 | 1111 | 111 | 100111010 | 1010010 | 1000000 |
Color Harmonies of #EE58CA
Complementary color
Monochromatic Colors of #EE58CA
Black with #EE58CA
Text Example
Text Example
White with #EE58CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE58CA; }
p { color: rgb(238,88,202); }
H1.HeaderClassName
{
color: #EE58CA;
}
.AnyTagClassName
{
color: #EE58CA;
}
</style>
background-color css
<style>
a { background-color: #EE58CA; }
a { background-color: rgb(238,88,202); }
div.DivClassName
{
background-color: #EE58CA;
}
.BgClassName
{
background-color: #EE58CA;
}
</style>
border-color css
<style>
span { border-color: #EE58CA; }
span { border-color: rgb(238,88,202); }
td.TdClassName
{
border-color: #EE58CA;
}
.TagClassName
{
border-color: #EE58CA;
}
</style>