Html Css Color HEX #EF5CEA Free Speech Magenta
📋 copy color: '#EF5CEA'red 239 ◦ green 92 ◦ blue 234
Shades of Free Speech Magenta #EF5CEA
Tints of Free Speech Magenta #EF5CEA
RGB
CMYK
RGB Variations
Color information
#EF5CEA (or 0xEF5CEA) is known color: Free Speech Magenta. HEX triplet: EF, 5C and EA. RGB value is (239,92,234). Sum of RGB (Red+Green+Blue) = 239+92+234=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 92 (36.33% from 255 or 16.28% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5CEA is #10A315. Grayscale: #979797. Windows color (decimal): -1090326 or 15359215. OLE color: 15359215.
HSL color Cylindrical-coordinate representation of color #EF5CEA: hue angle of 302.04º 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 #EF5CEA is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 234 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.06 |
| HSL | 302.04º | 0.82% | 0.65% | - |
| HSV(B) | 302.04º | 0.62% | 0.94% | - |
| XYZ | 54.28 | 31.95 | 81.15 | - |
| YUV | 152.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 234 | 0 | 0.62 | 0.02 | 0.06 | 302.04 | 0.82 | 0.65 |
| Hex | EF | 5C | EA | 0 | 3E | 2 | 6 | 12E | 52 | 41 |
| Octal | 357 | 134 | 352 | 0 | 76 | 2 | 6 | 456 | 122 | 101 |
| Binary | 11101111 | 1011100 | 11101010 | 0 | 111110 | 10 | 110 | 100101110 | 1010010 | 1000001 |
Color Harmonies of #EF5CEA
Complementary color
Monochromatic Colors of #EF5CEA
Black with #EF5CEA
Text Example
Text Example
White with #EF5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5CEA; }
p { color: rgb(239,92,234); }
H1.HeaderClassName
{
color: #EF5CEA;
}
.AnyTagClassName
{
color: #EF5CEA;
}
</style>
background-color css
<style>
a { background-color: #EF5CEA; }
a { background-color: rgb(239,92,234); }
div.DivClassName
{
background-color: #EF5CEA;
}
.BgClassName
{
background-color: #EF5CEA;
}
</style>
border-color css
<style>
span { border-color: #EF5CEA; }
span { border-color: rgb(239,92,234); }
td.TdClassName
{
border-color: #EF5CEA;
}
.TagClassName
{
border-color: #EF5CEA;
}
</style>