Html Css Color HEX #E136E2 Free Speech Magenta
📋 copy color: '#E136E2'red 225 ◦ green 54 ◦ blue 226
Shades of Free Speech Magenta #E136E2
Tints of Free Speech Magenta #E136E2
RGB
CMYK
RGB Variations
Color information
#E136E2 (or 0xE136E2) is known color: Free Speech Magenta. HEX triplet: E1, 36 and E2. RGB value is (225,54,226). Sum of RGB (Red+Green+Blue) = 225+54+226=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 54 (21.48% from 255 or 10.69% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 226 - color contains mainly: blue. Hex color #E136E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136E2 is #1EC91D. Grayscale: #7C7C7C. Windows color (decimal): -2017566 or 14825185. OLE color: 14825185.
HSL color Cylindrical-coordinate representation of color #E136E2: hue angle of 299.65º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E136E2 is Cyan = 0.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 54 | 226 | - |
| CMYK | 0.00 | 0.76 | 0 | 0.11 |
| HSL | 299.65º | 0.75% | 0.55% | - |
| HSV(B) | 299.65º | 0.76% | 0.89% | - |
| XYZ | 46.1 | 24.14 | 74.18 | - |
| YUV | 124.74 | 185.15 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 226 | 0.00 | 0.76 | 0 | 0.11 | 299.65 | 0.75 | 0.55 |
| Hex | E1 | 36 | E2 | 0 | 4C | 0 | B | 12C | 4B | 37 |
| Octal | 341 | 66 | 342 | 0 | 114 | 0 | 13 | 454 | 113 | 67 |
| Binary | 11100001 | 110110 | 11100010 | 0 | 1001100 | 0 | 1011 | 100101100 | 1001011 | 110111 |
Color Harmonies of #E136E2
Complementary color
Monochromatic Colors of #E136E2
Black with #E136E2
Text Example
Text Example
White with #E136E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E136E2; }
p { color: rgb(225,54,226); }
H1.HeaderClassName
{
color: #E136E2;
}
.AnyTagClassName
{
color: #E136E2;
}
</style>
background-color css
<style>
a { background-color: #E136E2; }
a { background-color: rgb(225,54,226); }
div.DivClassName
{
background-color: #E136E2;
}
.BgClassName
{
background-color: #E136E2;
}
</style>
border-color css
<style>
span { border-color: #E136E2; }
span { border-color: rgb(225,54,226); }
td.TdClassName
{
border-color: #E136E2;
}
.TagClassName
{
border-color: #E136E2;
}
</style>