Html Css Color HEX #E140CE Free Speech Magenta
📋 copy color: '#E140CE'red 225 ◦ green 64 ◦ blue 206
Shades of Free Speech Magenta #E140CE
Tints of Free Speech Magenta #E140CE
RGB
CMYK
RGB Variations
Color information
#E140CE (or 0xE140CE) is known color: Free Speech Magenta. HEX triplet: E1, 40 and CE. RGB value is (225,64,206). Sum of RGB (Red+Green+Blue) = 225+64+206=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E140CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140CE is #1EBF31. Grayscale: #7F7F7F. Windows color (decimal): -2015026 or 13517025. OLE color: 13517025.
HSL color Cylindrical-coordinate representation of color #E140CE: hue angle of 307.08º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E140CE is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 206 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.12 |
| HSL | 307.08º | 0.73% | 0.57% | - |
| HSV(B) | 307.08º | 0.72% | 0.88% | - |
| XYZ | 44.03 | 24.13 | 60.73 | - |
| YUV | 128.33 | 171.84 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 206 | 0 | 0.72 | 0.08 | 0.12 | 307.08 | 0.73 | 0.57 |
| Hex | E1 | 40 | CE | 0 | 48 | 8 | C | 133 | 49 | 39 |
| Octal | 341 | 100 | 316 | 0 | 110 | 10 | 14 | 463 | 111 | 71 |
| Binary | 11100001 | 1000000 | 11001110 | 0 | 1001000 | 1000 | 1100 | 100110011 | 1001001 | 111001 |
Color Harmonies of #E140CE
Complementary color
Monochromatic Colors of #E140CE
Black with #E140CE
Text Example
Text Example
White with #E140CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E140CE; }
p { color: rgb(225,64,206); }
H1.HeaderClassName
{
color: #E140CE;
}
.AnyTagClassName
{
color: #E140CE;
}
</style>
background-color css
<style>
a { background-color: #E140CE; }
a { background-color: rgb(225,64,206); }
div.DivClassName
{
background-color: #E140CE;
}
.BgClassName
{
background-color: #E140CE;
}
</style>
border-color css
<style>
span { border-color: #E140CE; }
span { border-color: rgb(225,64,206); }
td.TdClassName
{
border-color: #E140CE;
}
.TagClassName
{
border-color: #E140CE;
}
</style>