Html Css Color HEX #E63BEC Free Speech Magenta
📋 copy color: '#E63BEC'red 230 ◦ green 59 ◦ blue 236
Shades of Free Speech Magenta #E63BEC
Tints of Free Speech Magenta #E63BEC
RGB
CMYK
RGB Variations
Color information
#E63BEC (or 0xE63BEC) is known color: Free Speech Magenta. HEX triplet: E6, 3B and EC. RGB value is (230,59,236). Sum of RGB (Red+Green+Blue) = 230+59+236=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 59 (23.44% from 255 or 11.24% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #E63BEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63BEC is #19C413. Grayscale: #818181. Windows color (decimal): -1688596 or 15481830. OLE color: 15481830.
HSL color Cylindrical-coordinate representation of color #E63BEC: hue angle of 297.97º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63BEC is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 59 | 236 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.07 |
| HSL | 297.97º | 0.82% | 0.58% | - |
| HSV(B) | 297.97º | 0.75% | 0.93% | - |
| XYZ | 49.34 | 26.01 | 81.78 | - |
| YUV | 130.31 | 187.65 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 59 | 236 | 0.03 | 0.75 | 0 | 0.07 | 297.97 | 0.82 | 0.58 |
| Hex | E6 | 3B | EC | 3 | 4B | 0 | 7 | 12A | 52 | 3A |
| Octal | 346 | 73 | 354 | 3 | 113 | 0 | 7 | 452 | 122 | 72 |
| Binary | 11100110 | 111011 | 11101100 | 11 | 1001011 | 0 | 111 | 100101010 | 1010010 | 111010 |
Color Harmonies of #E63BEC
Complementary color
Monochromatic Colors of #E63BEC
Black with #E63BEC
Text Example
Text Example
White with #E63BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63BEC; }
p { color: rgb(230,59,236); }
H1.HeaderClassName
{
color: #E63BEC;
}
.AnyTagClassName
{
color: #E63BEC;
}
</style>
background-color css
<style>
a { background-color: #E63BEC; }
a { background-color: rgb(230,59,236); }
div.DivClassName
{
background-color: #E63BEC;
}
.BgClassName
{
background-color: #E63BEC;
}
</style>
border-color css
<style>
span { border-color: #E63BEC; }
span { border-color: rgb(230,59,236); }
td.TdClassName
{
border-color: #E63BEC;
}
.TagClassName
{
border-color: #E63BEC;
}
</style>