Html Css Color HEX #E345E0 Free Speech Magenta
📋 copy color: '#E345E0'red 227 ◦ green 69 ◦ blue 224
Shades of Free Speech Magenta #E345E0
Tints of Free Speech Magenta #E345E0
RGB
CMYK
RGB Variations
Color information
#E345E0 (or 0xE345E0) is known color: Free Speech Magenta. HEX triplet: E3, 45 and E0. RGB value is (227,69,224). Sum of RGB (Red+Green+Blue) = 227+69+224=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 69 (27.34% from 255 or 13.27% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E345E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E345E0 is #1CBA1F. Grayscale: #858585. Windows color (decimal): -1882656 or 14697955. OLE color: 14697955.
HSL color Cylindrical-coordinate representation of color #E345E0: hue angle of 301.14º 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 #E345E0 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 69 | 224 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.11 |
| HSL | 301.14º | 0.74% | 0.58% | - |
| HSV(B) | 301.14º | 0.7% | 0.89% | - |
| XYZ | 47.26 | 25.97 | 73.04 | - |
| YUV | 133.91 | 178.85 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 69 | 224 | 0 | 0.70 | 0.01 | 0.11 | 301.14 | 0.74 | 0.58 |
| Hex | E3 | 45 | E0 | 0 | 46 | 1 | B | 12D | 4A | 3A |
| Octal | 343 | 105 | 340 | 0 | 106 | 1 | 13 | 455 | 112 | 72 |
| Binary | 11100011 | 1000101 | 11100000 | 0 | 1000110 | 1 | 1011 | 100101101 | 1001010 | 111010 |
Color Harmonies of #E345E0
Complementary color
Monochromatic Colors of #E345E0
Black with #E345E0
Text Example
Text Example
White with #E345E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E345E0; }
p { color: rgb(227,69,224); }
H1.HeaderClassName
{
color: #E345E0;
}
.AnyTagClassName
{
color: #E345E0;
}
</style>
background-color css
<style>
a { background-color: #E345E0; }
a { background-color: rgb(227,69,224); }
div.DivClassName
{
background-color: #E345E0;
}
.BgClassName
{
background-color: #E345E0;
}
</style>
border-color css
<style>
span { border-color: #E345E0; }
span { border-color: rgb(227,69,224); }
td.TdClassName
{
border-color: #E345E0;
}
.TagClassName
{
border-color: #E345E0;
}
</style>