Html Css Color HEX #EF42E0 Free Speech Magenta
📋 copy color: '#EF42E0'red 239 ◦ green 66 ◦ blue 224
Shades of Free Speech Magenta #EF42E0
Tints of Free Speech Magenta #EF42E0
RGB
CMYK
RGB Variations
Color information
#EF42E0 (or 0xEF42E0) is known color: Free Speech Magenta. HEX triplet: EF, 42 and E0. RGB value is (239,66,224). Sum of RGB (Red+Green+Blue) = 239+66+224=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 66 (26.17% from 255 or 12.48% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF42E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF42E0 is #10BD1F. Grayscale: #878787. Windows color (decimal): -1096992 or 14697199. OLE color: 14697199.
HSL color Cylindrical-coordinate representation of color #EF42E0: hue angle of 305.2º 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 #EF42E0 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 224 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.06 |
| HSL | 305.2º | 0.84% | 0.6% | - |
| HSV(B) | 305.2º | 0.72% | 0.94% | - |
| XYZ | 51 | 27.63 | 73.17 | - |
| YUV | 135.74 | 177.81 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 224 | 0 | 0.72 | 0.06 | 0.06 | 305.2 | 0.84 | 0.6 |
| Hex | EF | 42 | E0 | 0 | 48 | 6 | 6 | 131 | 54 | 3C |
| Octal | 357 | 102 | 340 | 0 | 110 | 6 | 6 | 461 | 124 | 74 |
| Binary | 11101111 | 1000010 | 11100000 | 0 | 1001000 | 110 | 110 | 100110001 | 1010100 | 111100 |
Color Harmonies of #EF42E0
Complementary color
Monochromatic Colors of #EF42E0
Black with #EF42E0
Text Example
Text Example
White with #EF42E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF42E0; }
p { color: rgb(239,66,224); }
H1.HeaderClassName
{
color: #EF42E0;
}
.AnyTagClassName
{
color: #EF42E0;
}
</style>
background-color css
<style>
a { background-color: #EF42E0; }
a { background-color: rgb(239,66,224); }
div.DivClassName
{
background-color: #EF42E0;
}
.BgClassName
{
background-color: #EF42E0;
}
</style>
border-color css
<style>
span { border-color: #EF42E0; }
span { border-color: rgb(239,66,224); }
td.TdClassName
{
border-color: #EF42E0;
}
.TagClassName
{
border-color: #EF42E0;
}
</style>