Html Css Color HEX #E14BCB Free Speech Magenta
📋 copy color: '#E14BCB'red 225 ◦ green 75 ◦ blue 203
Shades of Free Speech Magenta #E14BCB
Tints of Free Speech Magenta #E14BCB
RGB
CMYK
RGB Variations
Color information
#E14BCB (or 0xE14BCB) is known color: Free Speech Magenta. HEX triplet: E1, 4B and CB. RGB value is (225,75,203). Sum of RGB (Red+Green+Blue) = 225+75+203=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E14BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14BCB is #1EB434. Grayscale: #868686. Windows color (decimal): -2012213 or 13323233. OLE color: 13323233.
HSL color Cylindrical-coordinate representation of color #E14BCB: hue angle of 308.8º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14BCB is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 75 | 203 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.12 |
| HSL | 308.8º | 0.71% | 0.59% | - |
| HSV(B) | 308.8º | 0.67% | 0.88% | - |
| XYZ | 44.35 | 25.35 | 59.06 | - |
| YUV | 134.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 203 | 0 | 0.67 | 0.10 | 0.12 | 308.8 | 0.71 | 0.59 |
| Hex | E1 | 4B | CB | 0 | 43 | A | C | 135 | 47 | 3B |
| Octal | 341 | 113 | 313 | 0 | 103 | 12 | 14 | 465 | 107 | 73 |
| Binary | 11100001 | 1001011 | 11001011 | 0 | 1000011 | 1010 | 1100 | 100110101 | 1000111 | 111011 |
Color Harmonies of #E14BCB
Complementary color
Monochromatic Colors of #E14BCB
Black with #E14BCB
Text Example
Text Example
White with #E14BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14BCB; }
p { color: rgb(225,75,203); }
H1.HeaderClassName
{
color: #E14BCB;
}
.AnyTagClassName
{
color: #E14BCB;
}
</style>
background-color css
<style>
a { background-color: #E14BCB; }
a { background-color: rgb(225,75,203); }
div.DivClassName
{
background-color: #E14BCB;
}
.BgClassName
{
background-color: #E14BCB;
}
</style>
border-color css
<style>
span { border-color: #E14BCB; }
span { border-color: rgb(225,75,203); }
td.TdClassName
{
border-color: #E14BCB;
}
.TagClassName
{
border-color: #E14BCB;
}
</style>