Html Css Color HEX #E63CF2 Free Speech Magenta
📋 copy color: '#E63CF2'red 230 ◦ green 60 ◦ blue 242
Shades of Free Speech Magenta #E63CF2
Tints of Free Speech Magenta #E63CF2
RGB
CMYK
RGB Variations
Color information
#E63CF2 (or 0xE63CF2) is known color: Free Speech Magenta. HEX triplet: E6, 3C and F2. RGB value is (230,60,242). Sum of RGB (Red+Green+Blue) = 230+60+242=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 60 (23.83% from 255 or 11.28% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #E63CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63CF2 is #19C30D. Grayscale: #838383. Windows color (decimal): -1688334 or 15875302. OLE color: 15875302.
HSL color Cylindrical-coordinate representation of color #E63CF2: hue angle of 296.04º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63CF2 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 60 | 242 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.05 |
| HSL | 296.04º | 0.88% | 0.59% | - |
| HSV(B) | 296.04º | 0.75% | 0.95% | - |
| XYZ | 50.28 | 26.47 | 86.46 | - |
| YUV | 131.58 | 190.32 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 242 | 0.05 | 0.75 | 0 | 0.05 | 296.04 | 0.88 | 0.59 |
| Hex | E6 | 3C | F2 | 5 | 4B | 0 | 5 | 128 | 58 | 3B |
| Octal | 346 | 74 | 362 | 5 | 113 | 0 | 5 | 450 | 130 | 73 |
| Binary | 11100110 | 111100 | 11110010 | 101 | 1001011 | 0 | 101 | 100101000 | 1011000 | 111011 |
Color Harmonies of #E63CF2
Complementary color
Monochromatic Colors of #E63CF2
Black with #E63CF2
Text Example
Text Example
White with #E63CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63CF2; }
p { color: rgb(230,60,242); }
H1.HeaderClassName
{
color: #E63CF2;
}
.AnyTagClassName
{
color: #E63CF2;
}
</style>
background-color css
<style>
a { background-color: #E63CF2; }
a { background-color: rgb(230,60,242); }
div.DivClassName
{
background-color: #E63CF2;
}
.BgClassName
{
background-color: #E63CF2;
}
</style>
border-color css
<style>
span { border-color: #E63CF2; }
span { border-color: rgb(230,60,242); }
td.TdClassName
{
border-color: #E63CF2;
}
.TagClassName
{
border-color: #E63CF2;
}
</style>