Html Css Color HEX #E645C5 Free Speech Magenta
📋 copy color: '#E645C5'red 230 ◦ green 69 ◦ blue 197
Shades of Free Speech Magenta #E645C5
Tints of Free Speech Magenta #E645C5
RGB
CMYK
RGB Variations
Color information
#E645C5 (or 0xE645C5) is known color: Free Speech Magenta. HEX triplet: E6, 45 and C5. RGB value is (230,69,197). Sum of RGB (Red+Green+Blue) = 230+69+197=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 69 (27.34% from 255 or 13.91% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E645C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E645C5 is #19BA3A. Grayscale: #838383. Windows color (decimal): -1686075 or 12928486. OLE color: 12928486.
HSL color Cylindrical-coordinate representation of color #E645C5: hue angle of 312.3º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E645C5 is Cyan = 0, Magento = 0.7, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 197 | - |
| CMYK | 0 | 0.7 | 0.14 | 0.10 |
| HSL | 312.3º | 0.76% | 0.59% | - |
| HSV(B) | 312.3º | 0.7% | 0.9% | - |
| XYZ | 44.84 | 25.11 | 55.31 | - |
| YUV | 131.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 197 | 0 | 0.7 | 0.14 | 0.10 | 312.3 | 0.76 | 0.59 |
| Hex | E6 | 45 | C5 | 0 | 46 | E | A | 138 | 4C | 3B |
| Octal | 346 | 105 | 305 | 0 | 106 | 16 | 12 | 470 | 114 | 73 |
| Binary | 11100110 | 1000101 | 11000101 | 0 | 1000110 | 1110 | 1010 | 100111000 | 1001100 | 111011 |
Color Harmonies of #E645C5
Complementary color
Monochromatic Colors of #E645C5
Black with #E645C5
Text Example
Text Example
White with #E645C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E645C5; }
p { color: rgb(230,69,197); }
H1.HeaderClassName
{
color: #E645C5;
}
.AnyTagClassName
{
color: #E645C5;
}
</style>
background-color css
<style>
a { background-color: #E645C5; }
a { background-color: rgb(230,69,197); }
div.DivClassName
{
background-color: #E645C5;
}
.BgClassName
{
background-color: #E645C5;
}
</style>
border-color css
<style>
span { border-color: #E645C5; }
span { border-color: rgb(230,69,197); }
td.TdClassName
{
border-color: #E645C5;
}
.TagClassName
{
border-color: #E645C5;
}
</style>