Html Css Color HEX #E737FA Free Speech Magenta
📋 copy color: '#E737FA'red 231 ◦ green 55 ◦ blue 250
Shades of Free Speech Magenta #E737FA
Tints of Free Speech Magenta #E737FA
RGB
CMYK
RGB Variations
Color information
#E737FA (or 0xE737FA) is known color: Free Speech Magenta. HEX triplet: E7, 37 and FA. RGB value is (231,55,250). Sum of RGB (Red+Green+Blue) = 231+55+250=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 55 (21.88% from 255 or 10.26% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #E737FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E737FA is #18C805. Grayscale: #818181. Windows color (decimal): -1624070 or 16398311. OLE color: 16398311.
HSL color Cylindrical-coordinate representation of color #E737FA: hue angle of 294.15º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E737FA is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 55 | 250 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.02 |
| HSL | 294.15º | 0.95% | 0.6% | - |
| HSV(B) | 294.15º | 0.78% | 0.98% | - |
| XYZ | 51.58 | 26.62 | 92.86 | - |
| YUV | 129.85 | 195.81 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 55 | 250 | 0.08 | 0.78 | 0 | 0.02 | 294.15 | 0.95 | 0.6 |
| Hex | E7 | 37 | FA | 8 | 4E | 0 | 2 | 126 | 5F | 3C |
| Octal | 347 | 67 | 372 | 10 | 116 | 0 | 2 | 446 | 137 | 74 |
| Binary | 11100111 | 110111 | 11111010 | 1000 | 1001110 | 0 | 10 | 100100110 | 1011111 | 111100 |
Color Harmonies of #E737FA
Complementary color
Monochromatic Colors of #E737FA
Black with #E737FA
Text Example
Text Example
White with #E737FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E737FA; }
p { color: rgb(231,55,250); }
H1.HeaderClassName
{
color: #E737FA;
}
.AnyTagClassName
{
color: #E737FA;
}
</style>
background-color css
<style>
a { background-color: #E737FA; }
a { background-color: rgb(231,55,250); }
div.DivClassName
{
background-color: #E737FA;
}
.BgClassName
{
background-color: #E737FA;
}
</style>
border-color css
<style>
span { border-color: #E737FA; }
span { border-color: rgb(231,55,250); }
td.TdClassName
{
border-color: #E737FA;
}
.TagClassName
{
border-color: #E737FA;
}
</style>