Html Css Color HEX #EF5BCD Free Speech Magenta
📋 copy color: '#EF5BCD'red 239 ◦ green 91 ◦ blue 205
Shades of Free Speech Magenta #EF5BCD
Tints of Free Speech Magenta #EF5BCD
RGB
CMYK
RGB Variations
Color information
#EF5BCD (or 0xEF5BCD) is known color: Free Speech Magenta. HEX triplet: EF, 5B and CD. RGB value is (239,91,205). Sum of RGB (Red+Green+Blue) = 239+91+205=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 91 (35.94% from 255 or 17.01% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5BCD is #10A432. Grayscale: #939393. Windows color (decimal): -1090611 or 13458415. OLE color: 13458415.
HSL color Cylindrical-coordinate representation of color #EF5BCD: hue angle of 313.78º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5BCD is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 91 | 205 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.06 |
| HSL | 313.78º | 0.82% | 0.65% | - |
| HSV(B) | 313.78º | 0.62% | 0.94% | - |
| XYZ | 50.36 | 30.24 | 60.94 | - |
| YUV | 148.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 91 | 205 | 0 | 0.62 | 0.14 | 0.06 | 313.78 | 0.82 | 0.65 |
| Hex | EF | 5B | CD | 0 | 3E | E | 6 | 13A | 52 | 41 |
| Octal | 357 | 133 | 315 | 0 | 76 | 16 | 6 | 472 | 122 | 101 |
| Binary | 11101111 | 1011011 | 11001101 | 0 | 111110 | 1110 | 110 | 100111010 | 1010010 | 1000001 |
Color Harmonies of #EF5BCD
Complementary color
Monochromatic Colors of #EF5BCD
Black with #EF5BCD
Text Example
Text Example
White with #EF5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5BCD; }
p { color: rgb(239,91,205); }
H1.HeaderClassName
{
color: #EF5BCD;
}
.AnyTagClassName
{
color: #EF5BCD;
}
</style>
background-color css
<style>
a { background-color: #EF5BCD; }
a { background-color: rgb(239,91,205); }
div.DivClassName
{
background-color: #EF5BCD;
}
.BgClassName
{
background-color: #EF5BCD;
}
</style>
border-color css
<style>
span { border-color: #EF5BCD; }
span { border-color: rgb(239,91,205); }
td.TdClassName
{
border-color: #EF5BCD;
}
.TagClassName
{
border-color: #EF5BCD;
}
</style>