Html Css Color HEX #E341CB Free Speech Magenta
📋 copy color: '#E341CB'red 227 ◦ green 65 ◦ blue 203
Shades of Free Speech Magenta #E341CB
Tints of Free Speech Magenta #E341CB
RGB
CMYK
RGB Variations
Color information
#E341CB (or 0xE341CB) is known color: Free Speech Magenta. HEX triplet: E3, 41 and CB. RGB value is (227,65,203). Sum of RGB (Red+Green+Blue) = 227+65+203=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E341CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E341CB is #1CBE34. Grayscale: #808080. Windows color (decimal): -1883701 or 13320675. OLE color: 13320675.
HSL color Cylindrical-coordinate representation of color #E341CB: hue angle of 308.89º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E341CB is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 65 | 203 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.11 |
| HSL | 308.89º | 0.74% | 0.57% | - |
| HSV(B) | 308.89º | 0.71% | 0.89% | - |
| XYZ | 44.35 | 24.42 | 58.88 | - |
| YUV | 129.17 | 169.67 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 65 | 203 | 0 | 0.71 | 0.11 | 0.11 | 308.89 | 0.74 | 0.57 |
| Hex | E3 | 41 | CB | 0 | 47 | B | B | 135 | 4A | 39 |
| Octal | 343 | 101 | 313 | 0 | 107 | 13 | 13 | 465 | 112 | 71 |
| Binary | 11100011 | 1000001 | 11001011 | 0 | 1000111 | 1011 | 1011 | 100110101 | 1001010 | 111001 |
Color Harmonies of #E341CB
Complementary color
Monochromatic Colors of #E341CB
Black with #E341CB
Text Example
Text Example
White with #E341CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E341CB; }
p { color: rgb(227,65,203); }
H1.HeaderClassName
{
color: #E341CB;
}
.AnyTagClassName
{
color: #E341CB;
}
</style>
background-color css
<style>
a { background-color: #E341CB; }
a { background-color: rgb(227,65,203); }
div.DivClassName
{
background-color: #E341CB;
}
.BgClassName
{
background-color: #E341CB;
}
</style>
border-color css
<style>
span { border-color: #E341CB; }
span { border-color: rgb(227,65,203); }
td.TdClassName
{
border-color: #E341CB;
}
.TagClassName
{
border-color: #E341CB;
}
</style>