Html Css Color HEX #E63FEF Free Speech Magenta
📋 copy color: '#E63FEF'red 230 ◦ green 63 ◦ blue 239
Shades of Free Speech Magenta #E63FEF
Tints of Free Speech Magenta #E63FEF
RGB
CMYK
RGB Variations
Color information
#E63FEF (or 0xE63FEF) is known color: Free Speech Magenta. HEX triplet: E6, 3F and EF. RGB value is (230,63,239). Sum of RGB (Red+Green+Blue) = 230+63+239=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 63 (25% from 255 or 11.84% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #E63FEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63FEF is #19C010. Grayscale: #848484. Windows color (decimal): -1687569 or 15679462. OLE color: 15679462.
HSL color Cylindrical-coordinate representation of color #E63FEF: hue angle of 296.93º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E63FEF is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 63 | 239 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.06 |
| HSL | 296.93º | 0.85% | 0.59% | - |
| HSV(B) | 296.93º | 0.74% | 0.94% | - |
| XYZ | 49.99 | 26.61 | 84.16 | - |
| YUV | 133 | 187.83 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 63 | 239 | 0.04 | 0.74 | 0 | 0.06 | 296.93 | 0.85 | 0.59 |
| Hex | E6 | 3F | EF | 4 | 4A | 0 | 6 | 129 | 55 | 3B |
| Octal | 346 | 77 | 357 | 4 | 112 | 0 | 6 | 451 | 125 | 73 |
| Binary | 11100110 | 111111 | 11101111 | 100 | 1001010 | 0 | 110 | 100101001 | 1010101 | 111011 |
Color Harmonies of #E63FEF
Complementary color
Monochromatic Colors of #E63FEF
Black with #E63FEF
Text Example
Text Example
White with #E63FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63FEF; }
p { color: rgb(230,63,239); }
H1.HeaderClassName
{
color: #E63FEF;
}
.AnyTagClassName
{
color: #E63FEF;
}
</style>
background-color css
<style>
a { background-color: #E63FEF; }
a { background-color: rgb(230,63,239); }
div.DivClassName
{
background-color: #E63FEF;
}
.BgClassName
{
background-color: #E63FEF;
}
</style>
border-color css
<style>
span { border-color: #E63FEF; }
span { border-color: rgb(230,63,239); }
td.TdClassName
{
border-color: #E63FEF;
}
.TagClassName
{
border-color: #E63FEF;
}
</style>