Html Css Color HEX #E63FEA Free Speech Magenta
📋 copy color: '#E63FEA'red 230 ◦ green 63 ◦ blue 234
Shades of Free Speech Magenta #E63FEA
Tints of Free Speech Magenta #E63FEA
RGB
CMYK
RGB Variations
Color information
#E63FEA (or 0xE63FEA) is known color: Free Speech Magenta. HEX triplet: E6, 3F and EA. RGB value is (230,63,234). Sum of RGB (Red+Green+Blue) = 230+63+234=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 63 (25% from 255 or 11.95% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #E63FEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63FEA is #19C015. Grayscale: #838383. Windows color (decimal): -1687574 or 15351782. OLE color: 15351782.
HSL color Cylindrical-coordinate representation of color #E63FEA: hue angle of 298.6º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E63FEA is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 63 | 234 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.08 |
| HSL | 298.6º | 0.8% | 0.58% | - |
| HSV(B) | 298.6º | 0.73% | 0.92% | - |
| XYZ | 49.26 | 26.32 | 80.33 | - |
| YUV | 132.43 | 185.33 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 63 | 234 | 0.02 | 0.73 | 0 | 0.08 | 298.6 | 0.8 | 0.58 |
| Hex | E6 | 3F | EA | 2 | 49 | 0 | 8 | 12B | 50 | 3A |
| Octal | 346 | 77 | 352 | 2 | 111 | 0 | 10 | 453 | 120 | 72 |
| Binary | 11100110 | 111111 | 11101010 | 10 | 1001001 | 0 | 1000 | 100101011 | 1010000 | 111010 |
Color Harmonies of #E63FEA
Complementary color
Monochromatic Colors of #E63FEA
Black with #E63FEA
Text Example
Text Example
White with #E63FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63FEA; }
p { color: rgb(230,63,234); }
H1.HeaderClassName
{
color: #E63FEA;
}
.AnyTagClassName
{
color: #E63FEA;
}
</style>
background-color css
<style>
a { background-color: #E63FEA; }
a { background-color: rgb(230,63,234); }
div.DivClassName
{
background-color: #E63FEA;
}
.BgClassName
{
background-color: #E63FEA;
}
</style>
border-color css
<style>
span { border-color: #E63FEA; }
span { border-color: rgb(230,63,234); }
td.TdClassName
{
border-color: #E63FEA;
}
.TagClassName
{
border-color: #E63FEA;
}
</style>