Html Css Color HEX #E63CF8 Free Speech Magenta
📋 copy color: '#E63CF8'red 230 ◦ green 60 ◦ blue 248
Shades of Free Speech Magenta #E63CF8
Tints of Free Speech Magenta #E63CF8
RGB
CMYK
RGB Variations
Color information
#E63CF8 (or 0xE63CF8) is known color: Free Speech Magenta. HEX triplet: E6, 3C and F8. RGB value is (230,60,248). Sum of RGB (Red+Green+Blue) = 230+60+248=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 60 (23.83% from 255 or 11.15% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #E63CF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63CF8 is #19C307. Grayscale: #838383. Windows color (decimal): -1688328 or 16268518. OLE color: 16268518.
HSL color Cylindrical-coordinate representation of color #E63CF8: hue angle of 294.26º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E63CF8 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 60 | 248 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.03 |
| HSL | 294.26º | 0.93% | 0.6% | - |
| HSV(B) | 294.26º | 0.76% | 0.97% | - |
| XYZ | 51.19 | 26.83 | 91.29 | - |
| YUV | 132.26 | 193.32 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 248 | 0.07 | 0.76 | 0 | 0.03 | 294.26 | 0.93 | 0.6 |
| Hex | E6 | 3C | F8 | 7 | 4C | 0 | 3 | 126 | 5D | 3C |
| Octal | 346 | 74 | 370 | 7 | 114 | 0 | 3 | 446 | 135 | 74 |
| Binary | 11100110 | 111100 | 11111000 | 111 | 1001100 | 0 | 11 | 100100110 | 1011101 | 111100 |
Color Harmonies of #E63CF8
Complementary color
Monochromatic Colors of #E63CF8
Black with #E63CF8
Text Example
Text Example
White with #E63CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63CF8; }
p { color: rgb(230,60,248); }
H1.HeaderClassName
{
color: #E63CF8;
}
.AnyTagClassName
{
color: #E63CF8;
}
</style>
background-color css
<style>
a { background-color: #E63CF8; }
a { background-color: rgb(230,60,248); }
div.DivClassName
{
background-color: #E63CF8;
}
.BgClassName
{
background-color: #E63CF8;
}
</style>
border-color css
<style>
span { border-color: #E63CF8; }
span { border-color: rgb(230,60,248); }
td.TdClassName
{
border-color: #E63CF8;
}
.TagClassName
{
border-color: #E63CF8;
}
</style>