Html Css Color HEX #E742F2 Free Speech Magenta
📋 copy color: '#E742F2'red 231 ◦ green 66 ◦ blue 242
Shades of Free Speech Magenta #E742F2
Tints of Free Speech Magenta #E742F2
RGB
CMYK
RGB Variations
Color information
#E742F2 (or 0xE742F2) is known color: Free Speech Magenta. HEX triplet: E7, 42 and F2. RGB value is (231,66,242). Sum of RGB (Red+Green+Blue) = 231+66+242=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 66 (26.17% from 255 or 12.24% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #E742F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E742F2 is #18BD0D. Grayscale: #868686. Windows color (decimal): -1621262 or 15876839. OLE color: 15876839.
HSL color Cylindrical-coordinate representation of color #E742F2: hue angle of 296.25º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E742F2 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 66 | 242 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.05 |
| HSL | 296.25º | 0.87% | 0.6% | - |
| HSV(B) | 296.25º | 0.73% | 0.95% | - |
| XYZ | 50.93 | 27.3 | 86.59 | - |
| YUV | 135.4 | 188.16 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 242 | 0.05 | 0.73 | 0 | 0.05 | 296.25 | 0.87 | 0.6 |
| Hex | E7 | 42 | F2 | 5 | 49 | 0 | 5 | 128 | 57 | 3C |
| Octal | 347 | 102 | 362 | 5 | 111 | 0 | 5 | 450 | 127 | 74 |
| Binary | 11100111 | 1000010 | 11110010 | 101 | 1001001 | 0 | 101 | 100101000 | 1010111 | 111100 |
Color Harmonies of #E742F2
Complementary color
Monochromatic Colors of #E742F2
Black with #E742F2
Text Example
Text Example
White with #E742F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E742F2; }
p { color: rgb(231,66,242); }
H1.HeaderClassName
{
color: #E742F2;
}
.AnyTagClassName
{
color: #E742F2;
}
</style>
background-color css
<style>
a { background-color: #E742F2; }
a { background-color: rgb(231,66,242); }
div.DivClassName
{
background-color: #E742F2;
}
.BgClassName
{
background-color: #E742F2;
}
</style>
border-color css
<style>
span { border-color: #E742F2; }
span { border-color: rgb(231,66,242); }
td.TdClassName
{
border-color: #E742F2;
}
.TagClassName
{
border-color: #E742F2;
}
</style>