Html Css Color HEX #E65EC5 Free Speech Magenta
📋 copy color: '#E65EC5'red 230 ◦ green 94 ◦ blue 197
Shades of Free Speech Magenta #E65EC5
Tints of Free Speech Magenta #E65EC5
RGB
CMYK
RGB Variations
Color information
#E65EC5 (or 0xE65EC5) is known color: Free Speech Magenta. HEX triplet: E6, 5E and C5. RGB value is (230,94,197). Sum of RGB (Red+Green+Blue) = 230+94+197=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E65EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65EC5 is #19A13A. Grayscale: #929292. Windows color (decimal): -1679675 or 12934886. OLE color: 12934886.
HSL color Cylindrical-coordinate representation of color #E65EC5: hue angle of 314.56º 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 #E65EC5 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 197 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.10 |
| HSL | 314.56º | 0.73% | 0.64% | - |
| HSV(B) | 314.56º | 0.59% | 0.9% | - |
| XYZ | 46.71 | 28.86 | 55.93 | - |
| YUV | 146.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 197 | 0 | 0.59 | 0.14 | 0.10 | 314.56 | 0.73 | 0.64 |
| Hex | E6 | 5E | C5 | 0 | 3B | E | A | 13B | 49 | 40 |
| Octal | 346 | 136 | 305 | 0 | 73 | 16 | 12 | 473 | 111 | 100 |
| Binary | 11100110 | 1011110 | 11000101 | 0 | 111011 | 1110 | 1010 | 100111011 | 1001001 | 1000000 |
Color Harmonies of #E65EC5
Complementary color
Monochromatic Colors of #E65EC5
Black with #E65EC5
Text Example
Text Example
White with #E65EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65EC5; }
p { color: rgb(230,94,197); }
H1.HeaderClassName
{
color: #E65EC5;
}
.AnyTagClassName
{
color: #E65EC5;
}
</style>
background-color css
<style>
a { background-color: #E65EC5; }
a { background-color: rgb(230,94,197); }
div.DivClassName
{
background-color: #E65EC5;
}
.BgClassName
{
background-color: #E65EC5;
}
</style>
border-color css
<style>
span { border-color: #E65EC5; }
span { border-color: rgb(230,94,197); }
td.TdClassName
{
border-color: #E65EC5;
}
.TagClassName
{
border-color: #E65EC5;
}
</style>