Html Css Color HEX #E63BE1 Free Speech Magenta
📋 copy color: '#E63BE1'red 230 ◦ green 59 ◦ blue 225
Shades of Free Speech Magenta #E63BE1
Tints of Free Speech Magenta #E63BE1
RGB
CMYK
RGB Variations
Color information
#E63BE1 (or 0xE63BE1) is known color: Free Speech Magenta. HEX triplet: E6, 3B and E1. RGB value is (230,59,225). Sum of RGB (Red+Green+Blue) = 230+59+225=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 59 (23.44% from 255 or 11.48% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E63BE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63BE1 is #19C41E. Grayscale: #808080. Windows color (decimal): -1688607 or 14760934. OLE color: 14760934.
HSL color Cylindrical-coordinate representation of color #E63BE1: hue angle of 301.75º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E63BE1 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 59 | 225 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.10 |
| HSL | 301.75º | 0.77% | 0.57% | - |
| HSV(B) | 301.75º | 0.74% | 0.9% | - |
| XYZ | 47.79 | 25.39 | 73.62 | - |
| YUV | 129.05 | 182.15 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 59 | 225 | 0 | 0.74 | 0.02 | 0.10 | 301.75 | 0.77 | 0.57 |
| Hex | E6 | 3B | E1 | 0 | 4A | 2 | A | 12E | 4D | 39 |
| Octal | 346 | 73 | 341 | 0 | 112 | 2 | 12 | 456 | 115 | 71 |
| Binary | 11100110 | 111011 | 11100001 | 0 | 1001010 | 10 | 1010 | 100101110 | 1001101 | 111001 |
Color Harmonies of #E63BE1
Complementary color
Monochromatic Colors of #E63BE1
Black with #E63BE1
Text Example
Text Example
White with #E63BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63BE1; }
p { color: rgb(230,59,225); }
H1.HeaderClassName
{
color: #E63BE1;
}
.AnyTagClassName
{
color: #E63BE1;
}
</style>
background-color css
<style>
a { background-color: #E63BE1; }
a { background-color: rgb(230,59,225); }
div.DivClassName
{
background-color: #E63BE1;
}
.BgClassName
{
background-color: #E63BE1;
}
</style>
border-color css
<style>
span { border-color: #E63BE1; }
span { border-color: rgb(230,59,225); }
td.TdClassName
{
border-color: #E63BE1;
}
.TagClassName
{
border-color: #E63BE1;
}
</style>