Html Css Color HEX #E34ADF Free Speech Magenta
📋 copy color: '#E34ADF'red 227 ◦ green 74 ◦ blue 223
Shades of Free Speech Magenta #E34ADF
Tints of Free Speech Magenta #E34ADF
RGB
CMYK
RGB Variations
Color information
#E34ADF (or 0xE34ADF) is known color: Free Speech Magenta. HEX triplet: E3, 4A and DF. RGB value is (227,74,223). Sum of RGB (Red+Green+Blue) = 227+74+223=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 74 (29.30% from 255 or 14.12% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E34ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34ADF is #1CB520. Grayscale: #888888. Windows color (decimal): -1881377 or 14633699. OLE color: 14633699.
HSL color Cylindrical-coordinate representation of color #E34ADF: hue angle of 301.57º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34ADF is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 223 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.11 |
| HSL | 301.57º | 0.73% | 0.59% | - |
| HSV(B) | 301.57º | 0.67% | 0.89% | - |
| XYZ | 47.45 | 26.56 | 72.44 | - |
| YUV | 136.73 | 176.69 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 223 | 0 | 0.67 | 0.02 | 0.11 | 301.57 | 0.73 | 0.59 |
| Hex | E3 | 4A | DF | 0 | 43 | 2 | B | 12E | 49 | 3B |
| Octal | 343 | 112 | 337 | 0 | 103 | 2 | 13 | 456 | 111 | 73 |
| Binary | 11100011 | 1001010 | 11011111 | 0 | 1000011 | 10 | 1011 | 100101110 | 1001001 | 111011 |
Color Harmonies of #E34ADF
Complementary color
Monochromatic Colors of #E34ADF
Black with #E34ADF
Text Example
Text Example
White with #E34ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34ADF; }
p { color: rgb(227,74,223); }
H1.HeaderClassName
{
color: #E34ADF;
}
.AnyTagClassName
{
color: #E34ADF;
}
</style>
background-color css
<style>
a { background-color: #E34ADF; }
a { background-color: rgb(227,74,223); }
div.DivClassName
{
background-color: #E34ADF;
}
.BgClassName
{
background-color: #E34ADF;
}
</style>
border-color css
<style>
span { border-color: #E34ADF; }
span { border-color: rgb(227,74,223); }
td.TdClassName
{
border-color: #E34ADF;
}
.TagClassName
{
border-color: #E34ADF;
}
</style>