Html Css Color HEX #E34ADE Free Speech Magenta
📋 copy color: '#E34ADE'red 227 ◦ green 74 ◦ blue 222
Shades of Free Speech Magenta #E34ADE
Tints of Free Speech Magenta #E34ADE
RGB
CMYK
RGB Variations
Color information
#E34ADE (or 0xE34ADE) is known color: Free Speech Magenta. HEX triplet: E3, 4A and DE. RGB value is (227,74,222). Sum of RGB (Red+Green+Blue) = 227+74+222=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 74 (29.30% from 255 or 14.15% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E34ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34ADE is #1CB521. Grayscale: #888888. Windows color (decimal): -1881378 or 14568163. OLE color: 14568163.
HSL color Cylindrical-coordinate representation of color #E34ADE: hue angle of 301.96º 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 #E34ADE is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 222 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.11 |
| HSL | 301.96º | 0.73% | 0.59% | - |
| HSV(B) | 301.96º | 0.67% | 0.89% | - |
| XYZ | 47.31 | 26.5 | 71.73 | - |
| YUV | 136.62 | 176.19 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 222 | 0 | 0.67 | 0.02 | 0.11 | 301.96 | 0.73 | 0.59 |
| Hex | E3 | 4A | DE | 0 | 43 | 2 | B | 12E | 49 | 3B |
| Octal | 343 | 112 | 336 | 0 | 103 | 2 | 13 | 456 | 111 | 73 |
| Binary | 11100011 | 1001010 | 11011110 | 0 | 1000011 | 10 | 1011 | 100101110 | 1001001 | 111011 |
Color Harmonies of #E34ADE
Complementary color
Monochromatic Colors of #E34ADE
Black with #E34ADE
Text Example
Text Example
White with #E34ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34ADE; }
p { color: rgb(227,74,222); }
H1.HeaderClassName
{
color: #E34ADE;
}
.AnyTagClassName
{
color: #E34ADE;
}
</style>
background-color css
<style>
a { background-color: #E34ADE; }
a { background-color: rgb(227,74,222); }
div.DivClassName
{
background-color: #E34ADE;
}
.BgClassName
{
background-color: #E34ADE;
}
</style>
border-color css
<style>
span { border-color: #E34ADE; }
span { border-color: rgb(227,74,222); }
td.TdClassName
{
border-color: #E34ADE;
}
.TagClassName
{
border-color: #E34ADE;
}
</style>