Html Css Color HEX #E63BEA Free Speech Magenta
📋 copy color: '#E63BEA'red 230 ◦ green 59 ◦ blue 234
Shades of Free Speech Magenta #E63BEA
Tints of Free Speech Magenta #E63BEA
RGB
CMYK
RGB Variations
Color information
#E63BEA (or 0xE63BEA) is known color: Free Speech Magenta. HEX triplet: E6, 3B and EA. RGB value is (230,59,234). Sum of RGB (Red+Green+Blue) = 230+59+234=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 59 (23.44% from 255 or 11.28% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #E63BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63BEA is #19C415. Grayscale: #818181. Windows color (decimal): -1688598 or 15350758. OLE color: 15350758.
HSL color Cylindrical-coordinate representation of color #E63BEA: hue angle of 298.63º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63BEA is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 59 | 234 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.08 |
| HSL | 298.63º | 0.81% | 0.57% | - |
| HSV(B) | 298.63º | 0.75% | 0.92% | - |
| XYZ | 49.05 | 25.89 | 80.25 | - |
| YUV | 130.08 | 186.65 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 59 | 234 | 0.02 | 0.75 | 0 | 0.08 | 298.63 | 0.81 | 0.57 |
| Hex | E6 | 3B | EA | 2 | 4B | 0 | 8 | 12B | 51 | 39 |
| Octal | 346 | 73 | 352 | 2 | 113 | 0 | 10 | 453 | 121 | 71 |
| Binary | 11100110 | 111011 | 11101010 | 10 | 1001011 | 0 | 1000 | 100101011 | 1010001 | 111001 |
Color Harmonies of #E63BEA
Complementary color
Monochromatic Colors of #E63BEA
Black with #E63BEA
Text Example
Text Example
White with #E63BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63BEA; }
p { color: rgb(230,59,234); }
H1.HeaderClassName
{
color: #E63BEA;
}
.AnyTagClassName
{
color: #E63BEA;
}
</style>
background-color css
<style>
a { background-color: #E63BEA; }
a { background-color: rgb(230,59,234); }
div.DivClassName
{
background-color: #E63BEA;
}
.BgClassName
{
background-color: #E63BEA;
}
</style>
border-color css
<style>
span { border-color: #E63BEA; }
span { border-color: rgb(230,59,234); }
td.TdClassName
{
border-color: #E63BEA;
}
.TagClassName
{
border-color: #E63BEA;
}
</style>