Html Css Color HEX #E338F2 Free Speech Magenta
📋 copy color: '#E338F2'red 227 ◦ green 56 ◦ blue 242
Shades of Free Speech Magenta #E338F2
Tints of Free Speech Magenta #E338F2
RGB
CMYK
RGB Variations
Color information
#E338F2 (or 0xE338F2) is known color: Free Speech Magenta. HEX triplet: E3, 38 and F2. RGB value is (227,56,242). Sum of RGB (Red+Green+Blue) = 227+56+242=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 56 (22.27% from 255 or 10.67% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #E338F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E338F2 is #1CC70D. Grayscale: #7F7F7F. Windows color (decimal): -1885966 or 15874275. OLE color: 15874275.
HSL color Cylindrical-coordinate representation of color #E338F2: hue angle of 295.16º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E338F2 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 56 | 242 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.05 |
| HSL | 295.16º | 0.88% | 0.58% | - |
| HSV(B) | 295.16º | 0.77% | 0.95% | - |
| XYZ | 49.12 | 25.57 | 86.35 | - |
| YUV | 128.33 | 192.15 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 56 | 242 | 0.06 | 0.77 | 0 | 0.05 | 295.16 | 0.88 | 0.58 |
| Hex | E3 | 38 | F2 | 6 | 4D | 0 | 5 | 127 | 58 | 3A |
| Octal | 343 | 70 | 362 | 6 | 115 | 0 | 5 | 447 | 130 | 72 |
| Binary | 11100011 | 111000 | 11110010 | 110 | 1001101 | 0 | 101 | 100100111 | 1011000 | 111010 |
Color Harmonies of #E338F2
Complementary color
Monochromatic Colors of #E338F2
Black with #E338F2
Text Example
Text Example
White with #E338F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E338F2; }
p { color: rgb(227,56,242); }
H1.HeaderClassName
{
color: #E338F2;
}
.AnyTagClassName
{
color: #E338F2;
}
</style>
background-color css
<style>
a { background-color: #E338F2; }
a { background-color: rgb(227,56,242); }
div.DivClassName
{
background-color: #E338F2;
}
.BgClassName
{
background-color: #E338F2;
}
</style>
border-color css
<style>
span { border-color: #E338F2; }
span { border-color: rgb(227,56,242); }
td.TdClassName
{
border-color: #E338F2;
}
.TagClassName
{
border-color: #E338F2;
}
</style>