Html Css Color HEX #E34FE5 Free Speech Magenta
📋 copy color: '#E34FE5'red 227 ◦ green 79 ◦ blue 229
Shades of Free Speech Magenta #E34FE5
Tints of Free Speech Magenta #E34FE5
RGB
CMYK
RGB Variations
Color information
#E34FE5 (or 0xE34FE5) is known color: Free Speech Magenta. HEX triplet: E3, 4F and E5. RGB value is (227,79,229). Sum of RGB (Red+Green+Blue) = 227+79+229=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 79 (31.25% from 255 or 14.77% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #E34FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34FE5 is #1CB01A. Grayscale: #8B8B8B. Windows color (decimal): -1880091 or 15028195. OLE color: 15028195.
HSL color Cylindrical-coordinate representation of color #E34FE5: hue angle of 299.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E34FE5 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 79 | 229 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.10 |
| HSL | 299.2º | 0.74% | 0.6% | - |
| HSV(B) | 299.2º | 0.66% | 0.9% | - |
| XYZ | 48.62 | 27.58 | 76.89 | - |
| YUV | 140.35 | 178.03 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 229 | 0.01 | 0.66 | 0 | 0.10 | 299.2 | 0.74 | 0.6 |
| Hex | E3 | 4F | E5 | 1 | 42 | 0 | A | 12B | 4A | 3C |
| Octal | 343 | 117 | 345 | 1 | 102 | 0 | 12 | 453 | 112 | 74 |
| Binary | 11100011 | 1001111 | 11100101 | 1 | 1000010 | 0 | 1010 | 100101011 | 1001010 | 111100 |
Color Harmonies of #E34FE5
Complementary color
Monochromatic Colors of #E34FE5
Black with #E34FE5
Text Example
Text Example
White with #E34FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34FE5; }
p { color: rgb(227,79,229); }
H1.HeaderClassName
{
color: #E34FE5;
}
.AnyTagClassName
{
color: #E34FE5;
}
</style>
background-color css
<style>
a { background-color: #E34FE5; }
a { background-color: rgb(227,79,229); }
div.DivClassName
{
background-color: #E34FE5;
}
.BgClassName
{
background-color: #E34FE5;
}
</style>
border-color css
<style>
span { border-color: #E34FE5; }
span { border-color: rgb(227,79,229); }
td.TdClassName
{
border-color: #E34FE5;
}
.TagClassName
{
border-color: #E34FE5;
}
</style>