Html Css Color HEX #E14CEF Free Speech Magenta
📋 copy color: '#E14CEF'red 225 ◦ green 76 ◦ blue 239
Shades of Free Speech Magenta #E14CEF
Tints of Free Speech Magenta #E14CEF
RGB
CMYK
RGB Variations
Color information
#E14CEF (or 0xE14CEF) is known color: Free Speech Magenta. HEX triplet: E1, 4C and EF. RGB value is (225,76,239). Sum of RGB (Red+Green+Blue) = 225+76+239=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 76 (30.08% from 255 or 14.07% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #E14CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E14CEF is #1EB310. Grayscale: #8A8A8A. Windows color (decimal): -2011921 or 15682785. OLE color: 15682785.
HSL color Cylindrical-coordinate representation of color #E14CEF: hue angle of 294.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E14CEF is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 76 | 239 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.06 |
| HSL | 294.85º | 0.84% | 0.62% | - |
| HSV(B) | 294.85º | 0.68% | 0.94% | - |
| XYZ | 49.22 | 27.41 | 84.36 | - |
| YUV | 139.13 | 184.36 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 239 | 0.06 | 0.68 | 0 | 0.06 | 294.85 | 0.84 | 0.62 |
| Hex | E1 | 4C | EF | 6 | 44 | 0 | 6 | 127 | 54 | 3E |
| Octal | 341 | 114 | 357 | 6 | 104 | 0 | 6 | 447 | 124 | 76 |
| Binary | 11100001 | 1001100 | 11101111 | 110 | 1000100 | 0 | 110 | 100100111 | 1010100 | 111110 |
Color Harmonies of #E14CEF
Complementary color
Monochromatic Colors of #E14CEF
Black with #E14CEF
Text Example
Text Example
White with #E14CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14CEF; }
p { color: rgb(225,76,239); }
H1.HeaderClassName
{
color: #E14CEF;
}
.AnyTagClassName
{
color: #E14CEF;
}
</style>
background-color css
<style>
a { background-color: #E14CEF; }
a { background-color: rgb(225,76,239); }
div.DivClassName
{
background-color: #E14CEF;
}
.BgClassName
{
background-color: #E14CEF;
}
</style>
border-color css
<style>
span { border-color: #E14CEF; }
span { border-color: rgb(225,76,239); }
td.TdClassName
{
border-color: #E14CEF;
}
.TagClassName
{
border-color: #E14CEF;
}
</style>