Html Css Color HEX #EF42DB Free Speech Magenta
📋 copy color: '#EF42DB'red 239 ◦ green 66 ◦ blue 219
Shades of Free Speech Magenta #EF42DB
Tints of Free Speech Magenta #EF42DB
RGB
CMYK
RGB Variations
Color information
#EF42DB (or 0xEF42DB) is known color: Free Speech Magenta. HEX triplet: EF, 42 and DB. RGB value is (239,66,219). Sum of RGB (Red+Green+Blue) = 239+66+219=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 66 (26.17% from 255 or 12.60% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF42DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF42DB is #10BD24. Grayscale: #868686. Windows color (decimal): -1096997 or 14369519. OLE color: 14369519.
HSL color Cylindrical-coordinate representation of color #EF42DB: hue angle of 306.94º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF42DB is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 219 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.06 |
| HSL | 306.94º | 0.84% | 0.6% | - |
| HSV(B) | 306.94º | 0.72% | 0.94% | - |
| XYZ | 50.33 | 27.36 | 69.65 | - |
| YUV | 135.17 | 175.31 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 219 | 0 | 0.72 | 0.08 | 0.06 | 306.94 | 0.84 | 0.6 |
| Hex | EF | 42 | DB | 0 | 48 | 8 | 6 | 133 | 54 | 3C |
| Octal | 357 | 102 | 333 | 0 | 110 | 10 | 6 | 463 | 124 | 74 |
| Binary | 11101111 | 1000010 | 11011011 | 0 | 1001000 | 1000 | 110 | 100110011 | 1010100 | 111100 |
Color Harmonies of #EF42DB
Complementary color
Monochromatic Colors of #EF42DB
Black with #EF42DB
Text Example
Text Example
White with #EF42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF42DB; }
p { color: rgb(239,66,219); }
H1.HeaderClassName
{
color: #EF42DB;
}
.AnyTagClassName
{
color: #EF42DB;
}
</style>
background-color css
<style>
a { background-color: #EF42DB; }
a { background-color: rgb(239,66,219); }
div.DivClassName
{
background-color: #EF42DB;
}
.BgClassName
{
background-color: #EF42DB;
}
</style>
border-color css
<style>
span { border-color: #EF42DB; }
span { border-color: rgb(239,66,219); }
td.TdClassName
{
border-color: #EF42DB;
}
.TagClassName
{
border-color: #EF42DB;
}
</style>