Html Css Color HEX #E136DA Free Speech Magenta
📋 copy color: '#E136DA'red 225 ◦ green 54 ◦ blue 218
Shades of Free Speech Magenta #E136DA
Tints of Free Speech Magenta #E136DA
RGB
CMYK
RGB Variations
Color information
#E136DA (or 0xE136DA) is known color: Free Speech Magenta. HEX triplet: E1, 36 and DA. RGB value is (225,54,218). Sum of RGB (Red+Green+Blue) = 225+54+218=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 54 (21.48% from 255 or 10.87% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E136DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136DA is #1EC925. Grayscale: #7B7B7B. Windows color (decimal): -2017574 or 14300897. OLE color: 14300897.
HSL color Cylindrical-coordinate representation of color #E136DA: hue angle of 302.46º 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 #E136DA is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 218 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.12 |
| HSL | 302.46º | 0.74% | 0.55% | - |
| HSV(B) | 302.46º | 0.76% | 0.88% | - |
| XYZ | 45.03 | 23.71 | 68.53 | - |
| YUV | 123.83 | 181.15 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 218 | 0 | 0.76 | 0.03 | 0.12 | 302.46 | 0.74 | 0.55 |
| Hex | E1 | 36 | DA | 0 | 4C | 3 | C | 12E | 4A | 37 |
| Octal | 341 | 66 | 332 | 0 | 114 | 3 | 14 | 456 | 112 | 67 |
| Binary | 11100001 | 110110 | 11011010 | 0 | 1001100 | 11 | 1100 | 100101110 | 1001010 | 110111 |
Color Harmonies of #E136DA
Complementary color
Monochromatic Colors of #E136DA
Black with #E136DA
Text Example
Text Example
White with #E136DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E136DA; }
p { color: rgb(225,54,218); }
H1.HeaderClassName
{
color: #E136DA;
}
.AnyTagClassName
{
color: #E136DA;
}
</style>
background-color css
<style>
a { background-color: #E136DA; }
a { background-color: rgb(225,54,218); }
div.DivClassName
{
background-color: #E136DA;
}
.BgClassName
{
background-color: #E136DA;
}
</style>
border-color css
<style>
span { border-color: #E136DA; }
span { border-color: rgb(225,54,218); }
td.TdClassName
{
border-color: #E136DA;
}
.TagClassName
{
border-color: #E136DA;
}
</style>