Html Css Color HEX #EF3CEA Free Speech Magenta
📋 copy color: '#EF3CEA'red 239 ◦ green 60 ◦ blue 234
Shades of Free Speech Magenta #EF3CEA
Tints of Free Speech Magenta #EF3CEA
RGB
CMYK
RGB Variations
Color information
#EF3CEA (or 0xEF3CEA) is known color: Free Speech Magenta. HEX triplet: EF, 3C and EA. RGB value is (239,60,234). Sum of RGB (Red+Green+Blue) = 239+60+234=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 60 (23.83% from 255 or 11.26% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3CEA is #10C315. Grayscale: #848484. Windows color (decimal): -1098518 or 15351023. OLE color: 15351023.
HSL color Cylindrical-coordinate representation of color #EF3CEA: hue angle of 301.68º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3CEA is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 234 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.06 |
| HSL | 301.68º | 0.85% | 0.59% | - |
| HSV(B) | 301.68º | 0.75% | 0.94% | - |
| XYZ | 52.06 | 27.52 | 80.41 | - |
| YUV | 133.36 | 184.8 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 234 | 0 | 0.75 | 0.02 | 0.06 | 301.68 | 0.85 | 0.59 |
| Hex | EF | 3C | EA | 0 | 4B | 2 | 6 | 12E | 55 | 3B |
| Octal | 357 | 74 | 352 | 0 | 113 | 2 | 6 | 456 | 125 | 73 |
| Binary | 11101111 | 111100 | 11101010 | 0 | 1001011 | 10 | 110 | 100101110 | 1010101 | 111011 |
Color Harmonies of #EF3CEA
Complementary color
Monochromatic Colors of #EF3CEA
Black with #EF3CEA
Text Example
Text Example
White with #EF3CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3CEA; }
p { color: rgb(239,60,234); }
H1.HeaderClassName
{
color: #EF3CEA;
}
.AnyTagClassName
{
color: #EF3CEA;
}
</style>
background-color css
<style>
a { background-color: #EF3CEA; }
a { background-color: rgb(239,60,234); }
div.DivClassName
{
background-color: #EF3CEA;
}
.BgClassName
{
background-color: #EF3CEA;
}
</style>
border-color css
<style>
span { border-color: #EF3CEA; }
span { border-color: rgb(239,60,234); }
td.TdClassName
{
border-color: #EF3CEA;
}
.TagClassName
{
border-color: #EF3CEA;
}
</style>