Html Css Color HEX #E639F2 Free Speech Magenta
📋 copy color: '#E639F2'red 230 ◦ green 57 ◦ blue 242
Shades of Free Speech Magenta #E639F2
Tints of Free Speech Magenta #E639F2
RGB
CMYK
RGB Variations
Color information
#E639F2 (or 0xE639F2) is known color: Free Speech Magenta. HEX triplet: E6, 39 and F2. RGB value is (230,57,242). Sum of RGB (Red+Green+Blue) = 230+57+242=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 57 (22.66% from 255 or 10.78% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #E639F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E639F2 is #19C60D. Grayscale: #818181. Windows color (decimal): -1689102 or 15874534. OLE color: 15874534.
HSL color Cylindrical-coordinate representation of color #E639F2: hue angle of 296.11º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E639F2 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 57 | 242 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.05 |
| HSL | 296.11º | 0.88% | 0.59% | - |
| HSV(B) | 296.11º | 0.76% | 0.95% | - |
| XYZ | 50.12 | 26.16 | 86.41 | - |
| YUV | 129.82 | 191.31 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 242 | 0.05 | 0.76 | 0 | 0.05 | 296.11 | 0.88 | 0.59 |
| Hex | E6 | 39 | F2 | 5 | 4C | 0 | 5 | 128 | 58 | 3B |
| Octal | 346 | 71 | 362 | 5 | 114 | 0 | 5 | 450 | 130 | 73 |
| Binary | 11100110 | 111001 | 11110010 | 101 | 1001100 | 0 | 101 | 100101000 | 1011000 | 111011 |
Color Harmonies of #E639F2
Complementary color
Monochromatic Colors of #E639F2
Black with #E639F2
Text Example
Text Example
White with #E639F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E639F2; }
p { color: rgb(230,57,242); }
H1.HeaderClassName
{
color: #E639F2;
}
.AnyTagClassName
{
color: #E639F2;
}
</style>
background-color css
<style>
a { background-color: #E639F2; }
a { background-color: rgb(230,57,242); }
div.DivClassName
{
background-color: #E639F2;
}
.BgClassName
{
background-color: #E639F2;
}
</style>
border-color css
<style>
span { border-color: #E639F2; }
span { border-color: rgb(230,57,242); }
td.TdClassName
{
border-color: #E639F2;
}
.TagClassName
{
border-color: #E639F2;
}
</style>