Html Css Color HEX #EF52CA Free Speech Magenta
📋 copy color: '#EF52CA'red 239 ◦ green 82 ◦ blue 202
Shades of Free Speech Magenta #EF52CA
Tints of Free Speech Magenta #EF52CA
RGB
CMYK
RGB Variations
Color information
#EF52CA (or 0xEF52CA) is known color: Free Speech Magenta. HEX triplet: EF, 52 and CA. RGB value is (239,82,202). Sum of RGB (Red+Green+Blue) = 239+82+202=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52CA is #10AD35. Grayscale: #8E8E8E. Windows color (decimal): -1092918 or 13259503. OLE color: 13259503.
HSL color Cylindrical-coordinate representation of color #EF52CA: hue angle of 314.14º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF52CA is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 202 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.06 |
| HSL | 314.14º | 0.83% | 0.63% | - |
| HSV(B) | 314.14º | 0.66% | 0.94% | - |
| XYZ | 49.27 | 28.65 | 58.81 | - |
| YUV | 142.62 | 161.51 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 202 | 0 | 0.66 | 0.15 | 0.06 | 314.14 | 0.83 | 0.63 |
| Hex | EF | 52 | CA | 0 | 42 | F | 6 | 13A | 53 | 3F |
| Octal | 357 | 122 | 312 | 0 | 102 | 17 | 6 | 472 | 123 | 77 |
| Binary | 11101111 | 1010010 | 11001010 | 0 | 1000010 | 1111 | 110 | 100111010 | 1010011 | 111111 |
Color Harmonies of #EF52CA
Complementary color
Monochromatic Colors of #EF52CA
Black with #EF52CA
Text Example
Text Example
White with #EF52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF52CA; }
p { color: rgb(239,82,202); }
H1.HeaderClassName
{
color: #EF52CA;
}
.AnyTagClassName
{
color: #EF52CA;
}
</style>
background-color css
<style>
a { background-color: #EF52CA; }
a { background-color: rgb(239,82,202); }
div.DivClassName
{
background-color: #EF52CA;
}
.BgClassName
{
background-color: #EF52CA;
}
</style>
border-color css
<style>
span { border-color: #EF52CA; }
span { border-color: rgb(239,82,202); }
td.TdClassName
{
border-color: #EF52CA;
}
.TagClassName
{
border-color: #EF52CA;
}
</style>