Html Css Color HEX #E34CCD Free Speech Magenta
📋 copy color: '#E34CCD'red 227 ◦ green 76 ◦ blue 205
Shades of Free Speech Magenta #E34CCD
Tints of Free Speech Magenta #E34CCD
RGB
CMYK
RGB Variations
Color information
#E34CCD (or 0xE34CCD) is known color: Free Speech Magenta. HEX triplet: E3, 4C and CD. RGB value is (227,76,205). Sum of RGB (Red+Green+Blue) = 227+76+205=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 227 - color contains mainly: red. Hex color #E34CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34CCD is #1CB332. Grayscale: #878787. Windows color (decimal): -1880883 or 13454563. OLE color: 13454563.
HSL color Cylindrical-coordinate representation of color #E34CCD: hue angle of 308.74º 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 #E34CCD is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 205 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.11 |
| HSL | 308.74º | 0.73% | 0.59% | - |
| HSV(B) | 308.74º | 0.67% | 0.89% | - |
| XYZ | 45.28 | 25.91 | 60.37 | - |
| YUV | 135.86 | 167.03 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 205 | 0 | 0.67 | 0.10 | 0.11 | 308.74 | 0.73 | 0.59 |
| Hex | E3 | 4C | CD | 0 | 43 | A | B | 135 | 49 | 3B |
| Octal | 343 | 114 | 315 | 0 | 103 | 12 | 13 | 465 | 111 | 73 |
| Binary | 11100011 | 1001100 | 11001101 | 0 | 1000011 | 1010 | 1011 | 100110101 | 1001001 | 111011 |
Color Harmonies of #E34CCD
Complementary color
Monochromatic Colors of #E34CCD
Black with #E34CCD
Text Example
Text Example
White with #E34CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34CCD; }
p { color: rgb(227,76,205); }
H1.HeaderClassName
{
color: #E34CCD;
}
.AnyTagClassName
{
color: #E34CCD;
}
</style>
background-color css
<style>
a { background-color: #E34CCD; }
a { background-color: rgb(227,76,205); }
div.DivClassName
{
background-color: #E34CCD;
}
.BgClassName
{
background-color: #E34CCD;
}
</style>
border-color css
<style>
span { border-color: #E34CCD; }
span { border-color: rgb(227,76,205); }
td.TdClassName
{
border-color: #E34CCD;
}
.TagClassName
{
border-color: #E34CCD;
}
</style>