Html Css Color HEX #E138DF Free Speech Magenta
📋 copy color: '#E138DF'red 225 ◦ green 56 ◦ blue 223
Shades of Free Speech Magenta #E138DF
Tints of Free Speech Magenta #E138DF
RGB
CMYK
RGB Variations
Color information
#E138DF (or 0xE138DF) is known color: Free Speech Magenta. HEX triplet: E1, 38 and DF. RGB value is (225,56,223). Sum of RGB (Red+Green+Blue) = 225+56+223=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 56 (22.27% from 255 or 11.11% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E138DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138DF is #1EC720. Grayscale: #7D7D7D. Windows color (decimal): -2017057 or 14629089. OLE color: 14629089.
HSL color Cylindrical-coordinate representation of color #E138DF: hue angle of 300.71º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E138DF is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 223 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.12 |
| HSL | 300.71º | 0.74% | 0.55% | - |
| HSV(B) | 300.71º | 0.75% | 0.88% | - |
| XYZ | 45.78 | 24.16 | 72.06 | - |
| YUV | 125.57 | 182.99 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 223 | 0 | 0.75 | 0.01 | 0.12 | 300.71 | 0.74 | 0.55 |
| Hex | E1 | 38 | DF | 0 | 4B | 1 | C | 12D | 4A | 37 |
| Octal | 341 | 70 | 337 | 0 | 113 | 1 | 14 | 455 | 112 | 67 |
| Binary | 11100001 | 111000 | 11011111 | 0 | 1001011 | 1 | 1100 | 100101101 | 1001010 | 110111 |
Color Harmonies of #E138DF
Complementary color
Monochromatic Colors of #E138DF
Black with #E138DF
Text Example
Text Example
White with #E138DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E138DF; }
p { color: rgb(225,56,223); }
H1.HeaderClassName
{
color: #E138DF;
}
.AnyTagClassName
{
color: #E138DF;
}
</style>
background-color css
<style>
a { background-color: #E138DF; }
a { background-color: rgb(225,56,223); }
div.DivClassName
{
background-color: #E138DF;
}
.BgClassName
{
background-color: #E138DF;
}
</style>
border-color css
<style>
span { border-color: #E138DF; }
span { border-color: rgb(225,56,223); }
td.TdClassName
{
border-color: #E138DF;
}
.TagClassName
{
border-color: #E138DF;
}
</style>