Html Css Color HEX #E348BC Free Speech Magenta
📋 copy color: '#E348BC'red 227 ◦ green 72 ◦ blue 188
Shades of Free Speech Magenta #E348BC
Tints of Free Speech Magenta #E348BC
RGB
CMYK
RGB Variations
Color information
#E348BC (or 0xE348BC) is known color: Free Speech Magenta. HEX triplet: E3, 48 and BC. RGB value is (227,72,188). Sum of RGB (Red+Green+Blue) = 227+72+188=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 227 - color contains mainly: red. Hex color #E348BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348BC is #1CB743. Grayscale: #838383. Windows color (decimal): -1881924 or 12339427. OLE color: 12339427.
HSL color Cylindrical-coordinate representation of color #E348BC: hue angle of 315.1º 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 #E348BC is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 188 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.11 |
| HSL | 315.1º | 0.73% | 0.59% | - |
| HSV(B) | 315.1º | 0.68% | 0.89% | - |
| XYZ | 43.07 | 24.6 | 50.05 | - |
| YUV | 131.57 | 159.85 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 188 | 0 | 0.68 | 0.17 | 0.11 | 315.1 | 0.73 | 0.59 |
| Hex | E3 | 48 | BC | 0 | 44 | 11 | B | 13B | 49 | 3B |
| Octal | 343 | 110 | 274 | 0 | 104 | 21 | 13 | 473 | 111 | 73 |
| Binary | 11100011 | 1001000 | 10111100 | 0 | 1000100 | 10001 | 1011 | 100111011 | 1001001 | 111011 |
Color Harmonies of #E348BC
Complementary color
Monochromatic Colors of #E348BC
Black with #E348BC
Text Example
Text Example
White with #E348BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E348BC; }
p { color: rgb(227,72,188); }
H1.HeaderClassName
{
color: #E348BC;
}
.AnyTagClassName
{
color: #E348BC;
}
</style>
background-color css
<style>
a { background-color: #E348BC; }
a { background-color: rgb(227,72,188); }
div.DivClassName
{
background-color: #E348BC;
}
.BgClassName
{
background-color: #E348BC;
}
</style>
border-color css
<style>
span { border-color: #E348BC; }
span { border-color: rgb(227,72,188); }
td.TdClassName
{
border-color: #E348BC;
}
.TagClassName
{
border-color: #E348BC;
}
</style>