Html Css Color HEX #E34ADC Free Speech Magenta
📋 copy color: '#E34ADC'red 227 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #E34ADC
Tints of Free Speech Magenta #E34ADC
RGB
CMYK
RGB Variations
Color information
#E34ADC (or 0xE34ADC) is known color: Free Speech Magenta. HEX triplet: E3, 4A and DC. RGB value is (227,74,220). Sum of RGB (Red+Green+Blue) = 227+74+220=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E34ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34ADC is #1CB523. Grayscale: #878787. Windows color (decimal): -1881380 or 14437091. OLE color: 14437091.
HSL color Cylindrical-coordinate representation of color #E34ADC: hue angle of 302.75º 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 #E34ADC is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 220 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.11 |
| HSL | 302.75º | 0.73% | 0.59% | - |
| HSV(B) | 302.75º | 0.67% | 0.89% | - |
| XYZ | 47.05 | 26.4 | 70.33 | - |
| YUV | 136.39 | 175.19 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 220 | 0 | 0.67 | 0.03 | 0.11 | 302.75 | 0.73 | 0.59 |
| Hex | E3 | 4A | DC | 0 | 43 | 3 | B | 12F | 49 | 3B |
| Octal | 343 | 112 | 334 | 0 | 103 | 3 | 13 | 457 | 111 | 73 |
| Binary | 11100011 | 1001010 | 11011100 | 0 | 1000011 | 11 | 1011 | 100101111 | 1001001 | 111011 |
Color Harmonies of #E34ADC
Complementary color
Monochromatic Colors of #E34ADC
Black with #E34ADC
Text Example
Text Example
White with #E34ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34ADC; }
p { color: rgb(227,74,220); }
H1.HeaderClassName
{
color: #E34ADC;
}
.AnyTagClassName
{
color: #E34ADC;
}
</style>
background-color css
<style>
a { background-color: #E34ADC; }
a { background-color: rgb(227,74,220); }
div.DivClassName
{
background-color: #E34ADC;
}
.BgClassName
{
background-color: #E34ADC;
}
</style>
border-color css
<style>
span { border-color: #E34ADC; }
span { border-color: rgb(227,74,220); }
td.TdClassName
{
border-color: #E34ADC;
}
.TagClassName
{
border-color: #E34ADC;
}
</style>