Html Css Color HEX #EF5CCC Free Speech Magenta
📋 copy color: '#EF5CCC'red 239 ◦ green 92 ◦ blue 204
Shades of Free Speech Magenta #EF5CCC
Tints of Free Speech Magenta #EF5CCC
RGB
CMYK
RGB Variations
Color information
#EF5CCC (or 0xEF5CCC) is known color: Free Speech Magenta. HEX triplet: EF, 5C and CC. RGB value is (239,92,204). Sum of RGB (Red+Green+Blue) = 239+92+204=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 92 (36.33% from 255 or 17.20% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5CCC is #10A333. Grayscale: #949494. Windows color (decimal): -1090356 or 13393135. OLE color: 13393135.
HSL color Cylindrical-coordinate representation of color #EF5CCC: hue angle of 314.29º 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 #EF5CCC is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 204 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.06 |
| HSL | 314.29º | 0.82% | 0.65% | - |
| HSV(B) | 314.29º | 0.62% | 0.94% | - |
| XYZ | 50.32 | 30.36 | 60.34 | - |
| YUV | 148.72 | 159.2 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 204 | 0 | 0.62 | 0.15 | 0.06 | 314.29 | 0.82 | 0.65 |
| Hex | EF | 5C | CC | 0 | 3E | F | 6 | 13A | 52 | 41 |
| Octal | 357 | 134 | 314 | 0 | 76 | 17 | 6 | 472 | 122 | 101 |
| Binary | 11101111 | 1011100 | 11001100 | 0 | 111110 | 1111 | 110 | 100111010 | 1010010 | 1000001 |
Color Harmonies of #EF5CCC
Complementary color
Monochromatic Colors of #EF5CCC
Black with #EF5CCC
Text Example
Text Example
White with #EF5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5CCC; }
p { color: rgb(239,92,204); }
H1.HeaderClassName
{
color: #EF5CCC;
}
.AnyTagClassName
{
color: #EF5CCC;
}
</style>
background-color css
<style>
a { background-color: #EF5CCC; }
a { background-color: rgb(239,92,204); }
div.DivClassName
{
background-color: #EF5CCC;
}
.BgClassName
{
background-color: #EF5CCC;
}
</style>
border-color css
<style>
span { border-color: #EF5CCC; }
span { border-color: rgb(239,92,204); }
td.TdClassName
{
border-color: #EF5CCC;
}
.TagClassName
{
border-color: #EF5CCC;
}
</style>