Html Css Color HEX #E65FC1 Free Speech Magenta
📋 copy color: '#E65FC1'red 230 ◦ green 95 ◦ blue 193
Shades of Free Speech Magenta #E65FC1
Tints of Free Speech Magenta #E65FC1
RGB
CMYK
RGB Variations
Color information
#E65FC1 (or 0xE65FC1) is known color: Free Speech Magenta. HEX triplet: E6, 5F and C1. RGB value is (230,95,193). Sum of RGB (Red+Green+Blue) = 230+95+193=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FC1 is #19A03E. Grayscale: #929292. Windows color (decimal): -1679423 or 12672998. OLE color: 12672998.
HSL color Cylindrical-coordinate representation of color #E65FC1: hue angle of 316.44º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65FC1 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 193 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.10 |
| HSL | 316.44º | 0.73% | 0.64% | - |
| HSV(B) | 316.44º | 0.59% | 0.9% | - |
| XYZ | 46.35 | 28.86 | 53.58 | - |
| YUV | 146.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 193 | 0 | 0.59 | 0.16 | 0.10 | 316.44 | 0.73 | 0.64 |
| Hex | E6 | 5F | C1 | 0 | 3B | 10 | A | 13C | 49 | 40 |
| Octal | 346 | 137 | 301 | 0 | 73 | 20 | 12 | 474 | 111 | 100 |
| Binary | 11100110 | 1011111 | 11000001 | 0 | 111011 | 10000 | 1010 | 100111100 | 1001001 | 1000000 |
Color Harmonies of #E65FC1
Complementary color
Monochromatic Colors of #E65FC1
Black with #E65FC1
Text Example
Text Example
White with #E65FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65FC1; }
p { color: rgb(230,95,193); }
H1.HeaderClassName
{
color: #E65FC1;
}
.AnyTagClassName
{
color: #E65FC1;
}
</style>
background-color css
<style>
a { background-color: #E65FC1; }
a { background-color: rgb(230,95,193); }
div.DivClassName
{
background-color: #E65FC1;
}
.BgClassName
{
background-color: #E65FC1;
}
</style>
border-color css
<style>
span { border-color: #E65FC1; }
span { border-color: rgb(230,95,193); }
td.TdClassName
{
border-color: #E65FC1;
}
.TagClassName
{
border-color: #E65FC1;
}
</style>