Html Css Color HEX #E136DC Free Speech Magenta
📋 copy color: '#E136DC'red 225 ◦ green 54 ◦ blue 220
Shades of Free Speech Magenta #E136DC
Tints of Free Speech Magenta #E136DC
RGB
CMYK
RGB Variations
Color information
#E136DC (or 0xE136DC) is known color: Free Speech Magenta. HEX triplet: E1, 36 and DC. RGB value is (225,54,220). Sum of RGB (Red+Green+Blue) = 225+54+220=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 54 (21.48% from 255 or 10.82% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E136DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136DC is #1EC923. Grayscale: #7B7B7B. Windows color (decimal): -2017572 or 14431969. OLE color: 14431969.
HSL color Cylindrical-coordinate representation of color #E136DC: hue angle of 301.75º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E136DC is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 220 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.12 |
| HSL | 301.75º | 0.74% | 0.55% | - |
| HSV(B) | 301.75º | 0.76% | 0.88% | - |
| XYZ | 45.29 | 23.81 | 69.92 | - |
| YUV | 124.05 | 182.15 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 220 | 0 | 0.76 | 0.02 | 0.12 | 301.75 | 0.74 | 0.55 |
| Hex | E1 | 36 | DC | 0 | 4C | 2 | C | 12E | 4A | 37 |
| Octal | 341 | 66 | 334 | 0 | 114 | 2 | 14 | 456 | 112 | 67 |
| Binary | 11100001 | 110110 | 11011100 | 0 | 1001100 | 10 | 1100 | 100101110 | 1001010 | 110111 |
Color Harmonies of #E136DC
Complementary color
Monochromatic Colors of #E136DC
Black with #E136DC
Text Example
Text Example
White with #E136DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E136DC; }
p { color: rgb(225,54,220); }
H1.HeaderClassName
{
color: #E136DC;
}
.AnyTagClassName
{
color: #E136DC;
}
</style>
background-color css
<style>
a { background-color: #E136DC; }
a { background-color: rgb(225,54,220); }
div.DivClassName
{
background-color: #E136DC;
}
.BgClassName
{
background-color: #E136DC;
}
</style>
border-color css
<style>
span { border-color: #E136DC; }
span { border-color: rgb(225,54,220); }
td.TdClassName
{
border-color: #E136DC;
}
.TagClassName
{
border-color: #E136DC;
}
</style>