Html Css Color HEX #E34ACB Free Speech Magenta
📋 copy color: '#E34ACB'red 227 ◦ green 74 ◦ blue 203
Shades of Free Speech Magenta #E34ACB
Tints of Free Speech Magenta #E34ACB
RGB
CMYK
RGB Variations
Color information
#E34ACB (or 0xE34ACB) is known color: Free Speech Magenta. HEX triplet: E3, 4A and CB. RGB value is (227,74,203). Sum of RGB (Red+Green+Blue) = 227+74+203=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 227 - color contains mainly: red. Hex color #E34ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34ACB is #1CB534. Grayscale: #868686. Windows color (decimal): -1881397 or 13322979. OLE color: 13322979.
HSL color Cylindrical-coordinate representation of color #E34ACB: hue angle of 309.41º 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 #E34ACB is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 203 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.11 |
| HSL | 309.41º | 0.73% | 0.59% | - |
| HSV(B) | 309.41º | 0.67% | 0.89% | - |
| XYZ | 44.91 | 25.54 | 59.06 | - |
| YUV | 134.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 203 | 0 | 0.67 | 0.11 | 0.11 | 309.41 | 0.73 | 0.59 |
| Hex | E3 | 4A | CB | 0 | 43 | B | B | 135 | 49 | 3B |
| Octal | 343 | 112 | 313 | 0 | 103 | 13 | 13 | 465 | 111 | 73 |
| Binary | 11100011 | 1001010 | 11001011 | 0 | 1000011 | 1011 | 1011 | 100110101 | 1001001 | 111011 |
Color Harmonies of #E34ACB
Complementary color
Monochromatic Colors of #E34ACB
Black with #E34ACB
Text Example
Text Example
White with #E34ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34ACB; }
p { color: rgb(227,74,203); }
H1.HeaderClassName
{
color: #E34ACB;
}
.AnyTagClassName
{
color: #E34ACB;
}
</style>
background-color css
<style>
a { background-color: #E34ACB; }
a { background-color: rgb(227,74,203); }
div.DivClassName
{
background-color: #E34ACB;
}
.BgClassName
{
background-color: #E34ACB;
}
</style>
border-color css
<style>
span { border-color: #E34ACB; }
span { border-color: rgb(227,74,203); }
td.TdClassName
{
border-color: #E34ACB;
}
.TagClassName
{
border-color: #E34ACB;
}
</style>