Html Css Color HEX #E13BDC Free Speech Magenta
📋 copy color: '#E13BDC'red 225 ◦ green 59 ◦ blue 220
Shades of Free Speech Magenta #E13BDC
Tints of Free Speech Magenta #E13BDC
RGB
CMYK
RGB Variations
Color information
#E13BDC (or 0xE13BDC) is known color: Free Speech Magenta. HEX triplet: E1, 3B and DC. RGB value is (225,59,220). Sum of RGB (Red+Green+Blue) = 225+59+220=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13BDC is #1EC423. Grayscale: #7E7E7E. Windows color (decimal): -2016292 or 14433249. OLE color: 14433249.
HSL color Cylindrical-coordinate representation of color #E13BDC: hue angle of 301.81º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13BDC is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 59 | 220 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.12 |
| HSL | 301.81º | 0.73% | 0.56% | - |
| HSV(B) | 301.81º | 0.74% | 0.88% | - |
| XYZ | 45.53 | 24.3 | 70 | - |
| YUV | 126.99 | 180.5 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 59 | 220 | 0 | 0.74 | 0.02 | 0.12 | 301.81 | 0.73 | 0.56 |
| Hex | E1 | 3B | DC | 0 | 4A | 2 | C | 12E | 49 | 38 |
| Octal | 341 | 73 | 334 | 0 | 112 | 2 | 14 | 456 | 111 | 70 |
| Binary | 11100001 | 111011 | 11011100 | 0 | 1001010 | 10 | 1100 | 100101110 | 1001001 | 111000 |
Color Harmonies of #E13BDC
Complementary color
Monochromatic Colors of #E13BDC
Black with #E13BDC
Text Example
Text Example
White with #E13BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13BDC; }
p { color: rgb(225,59,220); }
H1.HeaderClassName
{
color: #E13BDC;
}
.AnyTagClassName
{
color: #E13BDC;
}
</style>
background-color css
<style>
a { background-color: #E13BDC; }
a { background-color: rgb(225,59,220); }
div.DivClassName
{
background-color: #E13BDC;
}
.BgClassName
{
background-color: #E13BDC;
}
</style>
border-color css
<style>
span { border-color: #E13BDC; }
span { border-color: rgb(225,59,220); }
td.TdClassName
{
border-color: #E13BDC;
}
.TagClassName
{
border-color: #E13BDC;
}
</style>