Html Css Color HEX #E349CE Free Speech Magenta
📋 copy color: '#E349CE'red 227 ◦ green 73 ◦ blue 206
Shades of Free Speech Magenta #E349CE
Tints of Free Speech Magenta #E349CE
RGB
CMYK
RGB Variations
Color information
#E349CE (or 0xE349CE) is known color: Free Speech Magenta. HEX triplet: E3, 49 and CE. RGB value is (227,73,206). Sum of RGB (Red+Green+Blue) = 227+73+206=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E349CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E349CE is #1CB631. Grayscale: #858585. Windows color (decimal): -1881650 or 13519331. OLE color: 13519331.
HSL color Cylindrical-coordinate representation of color #E349CE: hue angle of 308.18º 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 #E349CE is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 73 | 206 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.11 |
| HSL | 308.18º | 0.73% | 0.59% | - |
| HSV(B) | 308.18º | 0.68% | 0.89% | - |
| XYZ | 45.2 | 25.55 | 60.94 | - |
| YUV | 134.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 206 | 0 | 0.68 | 0.09 | 0.11 | 308.18 | 0.73 | 0.59 |
| Hex | E3 | 49 | CE | 0 | 44 | 9 | B | 134 | 49 | 3B |
| Octal | 343 | 111 | 316 | 0 | 104 | 11 | 13 | 464 | 111 | 73 |
| Binary | 11100011 | 1001001 | 11001110 | 0 | 1000100 | 1001 | 1011 | 100110100 | 1001001 | 111011 |
Color Harmonies of #E349CE
Complementary color
Monochromatic Colors of #E349CE
Black with #E349CE
Text Example
Text Example
White with #E349CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E349CE; }
p { color: rgb(227,73,206); }
H1.HeaderClassName
{
color: #E349CE;
}
.AnyTagClassName
{
color: #E349CE;
}
</style>
background-color css
<style>
a { background-color: #E349CE; }
a { background-color: rgb(227,73,206); }
div.DivClassName
{
background-color: #E349CE;
}
.BgClassName
{
background-color: #E349CE;
}
</style>
border-color css
<style>
span { border-color: #E349CE; }
span { border-color: rgb(227,73,206); }
td.TdClassName
{
border-color: #E349CE;
}
.TagClassName
{
border-color: #E349CE;
}
</style>