Html Css Color HEX #E348C2 Free Speech Magenta
📋 copy color: '#E348C2'red 227 ◦ green 72 ◦ blue 194
Shades of Free Speech Magenta #E348C2
Tints of Free Speech Magenta #E348C2
RGB
CMYK
RGB Variations
Color information
#E348C2 (or 0xE348C2) is known color: Free Speech Magenta. HEX triplet: E3, 48 and C2. RGB value is (227,72,194). Sum of RGB (Red+Green+Blue) = 227+72+194=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 227 - color contains mainly: red. Hex color #E348C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348C2 is #1CB73D. Grayscale: #838383. Windows color (decimal): -1881918 or 12732643. OLE color: 12732643.
HSL color Cylindrical-coordinate representation of color #E348C2: hue angle of 312.77º 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 #E348C2 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 194 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.11 |
| HSL | 312.77º | 0.73% | 0.59% | - |
| HSV(B) | 312.77º | 0.68% | 0.89% | - |
| XYZ | 43.73 | 24.86 | 53.53 | - |
| YUV | 132.25 | 162.85 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 194 | 0 | 0.68 | 0.15 | 0.11 | 312.77 | 0.73 | 0.59 |
| Hex | E3 | 48 | C2 | 0 | 44 | F | B | 139 | 49 | 3B |
| Octal | 343 | 110 | 302 | 0 | 104 | 17 | 13 | 471 | 111 | 73 |
| Binary | 11100011 | 1001000 | 11000010 | 0 | 1000100 | 1111 | 1011 | 100111001 | 1001001 | 111011 |
Color Harmonies of #E348C2
Complementary color
Monochromatic Colors of #E348C2
Black with #E348C2
Text Example
Text Example
White with #E348C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E348C2; }
p { color: rgb(227,72,194); }
H1.HeaderClassName
{
color: #E348C2;
}
.AnyTagClassName
{
color: #E348C2;
}
</style>
background-color css
<style>
a { background-color: #E348C2; }
a { background-color: rgb(227,72,194); }
div.DivClassName
{
background-color: #E348C2;
}
.BgClassName
{
background-color: #E348C2;
}
</style>
border-color css
<style>
span { border-color: #E348C2; }
span { border-color: rgb(227,72,194); }
td.TdClassName
{
border-color: #E348C2;
}
.TagClassName
{
border-color: #E348C2;
}
</style>