Html Css Color HEX #E34ADB Free Speech Magenta
📋 copy color: '#E34ADB'red 227 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #E34ADB
Tints of Free Speech Magenta #E34ADB
RGB
CMYK
RGB Variations
Color information
#E34ADB (or 0xE34ADB) is known color: Free Speech Magenta. HEX triplet: E3, 4A and DB. RGB value is (227,74,219). Sum of RGB (Red+Green+Blue) = 227+74+219=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 74 (29.30% from 255 or 14.23% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E34ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34ADB is #1CB524. Grayscale: #878787. Windows color (decimal): -1881381 or 14371555. OLE color: 14371555.
HSL color Cylindrical-coordinate representation of color #E34ADB: hue angle of 303.14º 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 #E34ADB is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 219 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.11 |
| HSL | 303.14º | 0.73% | 0.59% | - |
| HSV(B) | 303.14º | 0.67% | 0.89% | - |
| XYZ | 46.91 | 26.34 | 69.63 | - |
| YUV | 136.28 | 174.69 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 219 | 0 | 0.67 | 0.04 | 0.11 | 303.14 | 0.73 | 0.59 |
| Hex | E3 | 4A | DB | 0 | 43 | 4 | B | 12F | 49 | 3B |
| Octal | 343 | 112 | 333 | 0 | 103 | 4 | 13 | 457 | 111 | 73 |
| Binary | 11100011 | 1001010 | 11011011 | 0 | 1000011 | 100 | 1011 | 100101111 | 1001001 | 111011 |
Color Harmonies of #E34ADB
Complementary color
Monochromatic Colors of #E34ADB
Black with #E34ADB
Text Example
Text Example
White with #E34ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34ADB; }
p { color: rgb(227,74,219); }
H1.HeaderClassName
{
color: #E34ADB;
}
.AnyTagClassName
{
color: #E34ADB;
}
</style>
background-color css
<style>
a { background-color: #E34ADB; }
a { background-color: rgb(227,74,219); }
div.DivClassName
{
background-color: #E34ADB;
}
.BgClassName
{
background-color: #E34ADB;
}
</style>
border-color css
<style>
span { border-color: #E34ADB; }
span { border-color: rgb(227,74,219); }
td.TdClassName
{
border-color: #E34ADB;
}
.TagClassName
{
border-color: #E34ADB;
}
</style>