Html Css Color HEX #E144EE Free Speech Magenta
📋 copy color: '#E144EE'red 225 ◦ green 68 ◦ blue 238
Shades of Free Speech Magenta #E144EE
Tints of Free Speech Magenta #E144EE
RGB
CMYK
RGB Variations
Color information
#E144EE (or 0xE144EE) is known color: Free Speech Magenta. HEX triplet: E1, 44 and EE. RGB value is (225,68,238). Sum of RGB (Red+Green+Blue) = 225+68+238=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 68 (26.95% from 255 or 12.81% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #E144EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E144EE is #1EBB11. Grayscale: #858585. Windows color (decimal): -2013970 or 15615201. OLE color: 15615201.
HSL color Cylindrical-coordinate representation of color #E144EE: hue angle of 295.41º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E144EE is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 68 | 238 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.07 |
| HSL | 295.41º | 0.83% | 0.6% | - |
| HSV(B) | 295.41º | 0.71% | 0.93% | - |
| XYZ | 48.55 | 26.31 | 83.41 | - |
| YUV | 134.32 | 186.51 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 238 | 0.05 | 0.71 | 0 | 0.07 | 295.41 | 0.83 | 0.6 |
| Hex | E1 | 44 | EE | 5 | 47 | 0 | 7 | 127 | 53 | 3C |
| Octal | 341 | 104 | 356 | 5 | 107 | 0 | 7 | 447 | 123 | 74 |
| Binary | 11100001 | 1000100 | 11101110 | 101 | 1000111 | 0 | 111 | 100100111 | 1010011 | 111100 |
Color Harmonies of #E144EE
Complementary color
Monochromatic Colors of #E144EE
Black with #E144EE
Text Example
Text Example
White with #E144EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E144EE; }
p { color: rgb(225,68,238); }
H1.HeaderClassName
{
color: #E144EE;
}
.AnyTagClassName
{
color: #E144EE;
}
</style>
background-color css
<style>
a { background-color: #E144EE; }
a { background-color: rgb(225,68,238); }
div.DivClassName
{
background-color: #E144EE;
}
.BgClassName
{
background-color: #E144EE;
}
</style>
border-color css
<style>
span { border-color: #E144EE; }
span { border-color: rgb(225,68,238); }
td.TdClassName
{
border-color: #E144EE;
}
.TagClassName
{
border-color: #E144EE;
}
</style>