Html Css Color HEX #EF58CA Free Speech Magenta
📋 copy color: '#EF58CA'red 239 ◦ green 88 ◦ blue 202
Shades of Free Speech Magenta #EF58CA
Tints of Free Speech Magenta #EF58CA
RGB
CMYK
RGB Variations
Color information
#EF58CA (or 0xEF58CA) is known color: Free Speech Magenta. HEX triplet: EF, 58 and CA. RGB value is (239,88,202). Sum of RGB (Red+Green+Blue) = 239+88+202=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58CA is #10A735. Grayscale: #919191. Windows color (decimal): -1091382 or 13261039. OLE color: 13261039.
HSL color Cylindrical-coordinate representation of color #EF58CA: hue angle of 314.7º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF58CA is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 202 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.06 |
| HSL | 314.7º | 0.83% | 0.64% | - |
| HSV(B) | 314.7º | 0.63% | 0.94% | - |
| XYZ | 49.75 | 29.59 | 58.97 | - |
| YUV | 146.15 | 159.53 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 202 | 0 | 0.63 | 0.15 | 0.06 | 314.7 | 0.83 | 0.64 |
| Hex | EF | 58 | CA | 0 | 3F | F | 6 | 13B | 53 | 40 |
| Octal | 357 | 130 | 312 | 0 | 77 | 17 | 6 | 473 | 123 | 100 |
| Binary | 11101111 | 1011000 | 11001010 | 0 | 111111 | 1111 | 110 | 100111011 | 1010011 | 1000000 |
Color Harmonies of #EF58CA
Complementary color
Monochromatic Colors of #EF58CA
Black with #EF58CA
Text Example
Text Example
White with #EF58CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58CA; }
p { color: rgb(239,88,202); }
H1.HeaderClassName
{
color: #EF58CA;
}
.AnyTagClassName
{
color: #EF58CA;
}
</style>
background-color css
<style>
a { background-color: #EF58CA; }
a { background-color: rgb(239,88,202); }
div.DivClassName
{
background-color: #EF58CA;
}
.BgClassName
{
background-color: #EF58CA;
}
</style>
border-color css
<style>
span { border-color: #EF58CA; }
span { border-color: rgb(239,88,202); }
td.TdClassName
{
border-color: #EF58CA;
}
.TagClassName
{
border-color: #EF58CA;
}
</style>