Html Css Color HEX #EF50CA Free Speech Magenta
📋 copy color: '#EF50CA'red 239 ◦ green 80 ◦ blue 202
Shades of Free Speech Magenta #EF50CA
Tints of Free Speech Magenta #EF50CA
RGB
CMYK
RGB Variations
Color information
#EF50CA (or 0xEF50CA) is known color: Free Speech Magenta. HEX triplet: EF, 50 and CA. RGB value is (239,80,202). Sum of RGB (Red+Green+Blue) = 239+80+202=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50CA is #10AF35. Grayscale: #8D8D8D. Windows color (decimal): -1093430 or 13258991. OLE color: 13258991.
HSL color Cylindrical-coordinate representation of color #EF50CA: hue angle of 313.96º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF50CA is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 202 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.06 |
| HSL | 313.96º | 0.83% | 0.63% | - |
| HSV(B) | 313.96º | 0.67% | 0.94% | - |
| XYZ | 49.13 | 28.35 | 58.76 | - |
| YUV | 141.45 | 162.18 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 202 | 0 | 0.67 | 0.15 | 0.06 | 313.96 | 0.83 | 0.63 |
| Hex | EF | 50 | CA | 0 | 43 | F | 6 | 13A | 53 | 3F |
| Octal | 357 | 120 | 312 | 0 | 103 | 17 | 6 | 472 | 123 | 77 |
| Binary | 11101111 | 1010000 | 11001010 | 0 | 1000011 | 1111 | 110 | 100111010 | 1010011 | 111111 |
Color Harmonies of #EF50CA
Complementary color
Monochromatic Colors of #EF50CA
Black with #EF50CA
Text Example
Text Example
White with #EF50CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50CA; }
p { color: rgb(239,80,202); }
H1.HeaderClassName
{
color: #EF50CA;
}
.AnyTagClassName
{
color: #EF50CA;
}
</style>
background-color css
<style>
a { background-color: #EF50CA; }
a { background-color: rgb(239,80,202); }
div.DivClassName
{
background-color: #EF50CA;
}
.BgClassName
{
background-color: #EF50CA;
}
</style>
border-color css
<style>
span { border-color: #EF50CA; }
span { border-color: rgb(239,80,202); }
td.TdClassName
{
border-color: #EF50CA;
}
.TagClassName
{
border-color: #EF50CA;
}
</style>