Html Css Color HEX #E348BE Free Speech Magenta
📋 copy color: '#E348BE'red 227 ◦ green 72 ◦ blue 190
Shades of Free Speech Magenta #E348BE
Tints of Free Speech Magenta #E348BE
RGB
CMYK
RGB Variations
Color information
#E348BE (or 0xE348BE) is known color: Free Speech Magenta. HEX triplet: E3, 48 and BE. RGB value is (227,72,190). Sum of RGB (Red+Green+Blue) = 227+72+190=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E348BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348BE is #1CB741. Grayscale: #838383. Windows color (decimal): -1881922 or 12470499. OLE color: 12470499.
HSL color Cylindrical-coordinate representation of color #E348BE: hue angle of 314.32º 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 #E348BE is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 190 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.11 |
| HSL | 314.32º | 0.73% | 0.59% | - |
| HSV(B) | 314.32º | 0.68% | 0.89% | - |
| XYZ | 43.29 | 24.68 | 51.2 | - |
| YUV | 131.8 | 160.85 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 190 | 0 | 0.68 | 0.16 | 0.11 | 314.32 | 0.73 | 0.59 |
| Hex | E3 | 48 | BE | 0 | 44 | 10 | B | 13A | 49 | 3B |
| Octal | 343 | 110 | 276 | 0 | 104 | 20 | 13 | 472 | 111 | 73 |
| Binary | 11100011 | 1001000 | 10111110 | 0 | 1000100 | 10000 | 1011 | 100111010 | 1001001 | 111011 |
Color Harmonies of #E348BE
Complementary color
Monochromatic Colors of #E348BE
Black with #E348BE
Text Example
Text Example
White with #E348BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E348BE; }
p { color: rgb(227,72,190); }
H1.HeaderClassName
{
color: #E348BE;
}
.AnyTagClassName
{
color: #E348BE;
}
</style>
background-color css
<style>
a { background-color: #E348BE; }
a { background-color: rgb(227,72,190); }
div.DivClassName
{
background-color: #E348BE;
}
.BgClassName
{
background-color: #E348BE;
}
</style>
border-color css
<style>
span { border-color: #E348BE; }
span { border-color: rgb(227,72,190); }
td.TdClassName
{
border-color: #E348BE;
}
.TagClassName
{
border-color: #E348BE;
}
</style>