Html Css Color HEX #EF42E2 Free Speech Magenta
📋 copy color: '#EF42E2'red 239 ◦ green 66 ◦ blue 226
Shades of Free Speech Magenta #EF42E2
Tints of Free Speech Magenta #EF42E2
RGB
CMYK
RGB Variations
Color information
#EF42E2 (or 0xEF42E2) is known color: Free Speech Magenta. HEX triplet: EF, 42 and E2. RGB value is (239,66,226). Sum of RGB (Red+Green+Blue) = 239+66+226=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 66 (26.17% from 255 or 12.43% from 531); Blue value is 226 (88.67% from 255 or 42.56% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF42E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF42E2 is #10BD1D. Grayscale: #878787. Windows color (decimal): -1096990 or 14828271. OLE color: 14828271.
HSL color Cylindrical-coordinate representation of color #EF42E2: hue angle of 304.51º 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 #EF42E2 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 226 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.06 |
| HSL | 304.51º | 0.84% | 0.6% | - |
| HSV(B) | 304.51º | 0.72% | 0.94% | - |
| XYZ | 51.27 | 27.74 | 74.6 | - |
| YUV | 135.97 | 178.81 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 226 | 0 | 0.72 | 0.05 | 0.06 | 304.51 | 0.84 | 0.6 |
| Hex | EF | 42 | E2 | 0 | 48 | 5 | 6 | 131 | 54 | 3C |
| Octal | 357 | 102 | 342 | 0 | 110 | 5 | 6 | 461 | 124 | 74 |
| Binary | 11101111 | 1000010 | 11100010 | 0 | 1001000 | 101 | 110 | 100110001 | 1010100 | 111100 |
Color Harmonies of #EF42E2
Complementary color
Monochromatic Colors of #EF42E2
Black with #EF42E2
Text Example
Text Example
White with #EF42E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF42E2; }
p { color: rgb(239,66,226); }
H1.HeaderClassName
{
color: #EF42E2;
}
.AnyTagClassName
{
color: #EF42E2;
}
</style>
background-color css
<style>
a { background-color: #EF42E2; }
a { background-color: rgb(239,66,226); }
div.DivClassName
{
background-color: #EF42E2;
}
.BgClassName
{
background-color: #EF42E2;
}
</style>
border-color css
<style>
span { border-color: #EF42E2; }
span { border-color: rgb(239,66,226); }
td.TdClassName
{
border-color: #EF42E2;
}
.TagClassName
{
border-color: #EF42E2;
}
</style>