Html Css Color HEX #E348C6 Free Speech Magenta
📋 copy color: '#E348C6'red 227 ◦ green 72 ◦ blue 198
Shades of Free Speech Magenta #E348C6
Tints of Free Speech Magenta #E348C6
RGB
CMYK
RGB Variations
Color information
#E348C6 (or 0xE348C6) is known color: Free Speech Magenta. HEX triplet: E3, 48 and C6. RGB value is (227,72,198). Sum of RGB (Red+Green+Blue) = 227+72+198=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E348C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348C6 is #1CB739. Grayscale: #848484. Windows color (decimal): -1881914 or 12994787. OLE color: 12994787.
HSL color Cylindrical-coordinate representation of color #E348C6: hue angle of 311.23º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E348C6 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 198 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.11 |
| HSL | 311.23º | 0.73% | 0.59% | - |
| HSV(B) | 311.23º | 0.68% | 0.89% | - |
| XYZ | 44.19 | 25.04 | 55.93 | - |
| YUV | 132.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 198 | 0 | 0.68 | 0.13 | 0.11 | 311.23 | 0.73 | 0.59 |
| Hex | E3 | 48 | C6 | 0 | 44 | D | B | 137 | 49 | 3B |
| Octal | 343 | 110 | 306 | 0 | 104 | 15 | 13 | 467 | 111 | 73 |
| Binary | 11100011 | 1001000 | 11000110 | 0 | 1000100 | 1101 | 1011 | 100110111 | 1001001 | 111011 |
Color Harmonies of #E348C6
Complementary color
Monochromatic Colors of #E348C6
Black with #E348C6
Text Example
Text Example
White with #E348C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E348C6; }
p { color: rgb(227,72,198); }
H1.HeaderClassName
{
color: #E348C6;
}
.AnyTagClassName
{
color: #E348C6;
}
</style>
background-color css
<style>
a { background-color: #E348C6; }
a { background-color: rgb(227,72,198); }
div.DivClassName
{
background-color: #E348C6;
}
.BgClassName
{
background-color: #E348C6;
}
</style>
border-color css
<style>
span { border-color: #E348C6; }
span { border-color: rgb(227,72,198); }
td.TdClassName
{
border-color: #E348C6;
}
.TagClassName
{
border-color: #E348C6;
}
</style>