Html Css Color HEX #E345C8 Free Speech Magenta
📋 copy color: '#E345C8'red 227 ◦ green 69 ◦ blue 200
Shades of Free Speech Magenta #E345C8
Tints of Free Speech Magenta #E345C8
RGB
CMYK
RGB Variations
Color information
#E345C8 (or 0xE345C8) is known color: Free Speech Magenta. HEX triplet: E3, 45 and C8. RGB value is (227,69,200). Sum of RGB (Red+Green+Blue) = 227+69+200=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 69 (27.34% from 255 or 13.91% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 227 - color contains mainly: red. Hex color #E345C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E345C8 is #1CBA37. Grayscale: #828282. Windows color (decimal): -1882680 or 13125091. OLE color: 13125091.
HSL color Cylindrical-coordinate representation of color #E345C8: hue angle of 310.25º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E345C8 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 69 | 200 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.11 |
| HSL | 310.25º | 0.74% | 0.58% | - |
| HSV(B) | 310.25º | 0.7% | 0.89% | - |
| XYZ | 44.23 | 24.76 | 57.09 | - |
| YUV | 131.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 69 | 200 | 0 | 0.70 | 0.12 | 0.11 | 310.25 | 0.74 | 0.58 |
| Hex | E3 | 45 | C8 | 0 | 46 | C | B | 136 | 4A | 3A |
| Octal | 343 | 105 | 310 | 0 | 106 | 14 | 13 | 466 | 112 | 72 |
| Binary | 11100011 | 1000101 | 11001000 | 0 | 1000110 | 1100 | 1011 | 100110110 | 1001010 | 111010 |
Color Harmonies of #E345C8
Complementary color
Monochromatic Colors of #E345C8
Black with #E345C8
Text Example
Text Example
White with #E345C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E345C8; }
p { color: rgb(227,69,200); }
H1.HeaderClassName
{
color: #E345C8;
}
.AnyTagClassName
{
color: #E345C8;
}
</style>
background-color css
<style>
a { background-color: #E345C8; }
a { background-color: rgb(227,69,200); }
div.DivClassName
{
background-color: #E345C8;
}
.BgClassName
{
background-color: #E345C8;
}
</style>
border-color css
<style>
span { border-color: #E345C8; }
span { border-color: rgb(227,69,200); }
td.TdClassName
{
border-color: #E345C8;
}
.TagClassName
{
border-color: #E345C8;
}
</style>