Html Css Color HEX #E340CB Free Speech Magenta
📋 copy color: '#E340CB'red 227 ◦ green 64 ◦ blue 203
Shades of Free Speech Magenta #E340CB
Tints of Free Speech Magenta #E340CB
RGB
CMYK
RGB Variations
Color information
#E340CB (or 0xE340CB) is known color: Free Speech Magenta. HEX triplet: E3, 40 and CB. RGB value is (227,64,203). Sum of RGB (Red+Green+Blue) = 227+64+203=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 227 - color contains mainly: red. Hex color #E340CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E340CB is #1CBF34. Grayscale: #808080. Windows color (decimal): -1883957 or 13320419. OLE color: 13320419.
HSL color Cylindrical-coordinate representation of color #E340CB: hue angle of 308.83º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E340CB is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 64 | 203 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.11 |
| HSL | 308.83º | 0.74% | 0.57% | - |
| HSV(B) | 308.83º | 0.72% | 0.89% | - |
| XYZ | 44.29 | 24.31 | 58.86 | - |
| YUV | 128.58 | 170 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 203 | 0 | 0.72 | 0.11 | 0.11 | 308.83 | 0.74 | 0.57 |
| Hex | E3 | 40 | CB | 0 | 48 | B | B | 135 | 4A | 39 |
| Octal | 343 | 100 | 313 | 0 | 110 | 13 | 13 | 465 | 112 | 71 |
| Binary | 11100011 | 1000000 | 11001011 | 0 | 1001000 | 1011 | 1011 | 100110101 | 1001010 | 111001 |
Color Harmonies of #E340CB
Complementary color
Monochromatic Colors of #E340CB
Black with #E340CB
Text Example
Text Example
White with #E340CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E340CB; }
p { color: rgb(227,64,203); }
H1.HeaderClassName
{
color: #E340CB;
}
.AnyTagClassName
{
color: #E340CB;
}
</style>
background-color css
<style>
a { background-color: #E340CB; }
a { background-color: rgb(227,64,203); }
div.DivClassName
{
background-color: #E340CB;
}
.BgClassName
{
background-color: #E340CB;
}
</style>
border-color css
<style>
span { border-color: #E340CB; }
span { border-color: rgb(227,64,203); }
td.TdClassName
{
border-color: #E340CB;
}
.TagClassName
{
border-color: #E340CB;
}
</style>