Html Css Color HEX #E645D5 Free Speech Magenta
📋 copy color: '#E645D5'red 230 ◦ green 69 ◦ blue 213
Shades of Free Speech Magenta #E645D5
Tints of Free Speech Magenta #E645D5
RGB
CMYK
RGB Variations
Color information
#E645D5 (or 0xE645D5) is known color: Free Speech Magenta. HEX triplet: E6, 45 and D5. RGB value is (230,69,213). Sum of RGB (Red+Green+Blue) = 230+69+213=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 69 (27.34% from 255 or 13.48% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E645D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E645D5 is #19BA2A. Grayscale: #858585. Windows color (decimal): -1686059 or 13977062. OLE color: 13977062.
HSL color Cylindrical-coordinate representation of color #E645D5: hue angle of 306.34º 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 #E645D5 is Cyan = 0, Magento = 0.7, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 213 | - |
| CMYK | 0 | 0.7 | 0.07 | 0.10 |
| HSL | 306.34º | 0.76% | 0.59% | - |
| HSV(B) | 306.34º | 0.7% | 0.9% | - |
| XYZ | 46.77 | 25.88 | 65.48 | - |
| YUV | 133.56 | 172.84 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 213 | 0 | 0.7 | 0.07 | 0.10 | 306.34 | 0.76 | 0.59 |
| Hex | E6 | 45 | D5 | 0 | 46 | 7 | A | 132 | 4C | 3B |
| Octal | 346 | 105 | 325 | 0 | 106 | 7 | 12 | 462 | 114 | 73 |
| Binary | 11100110 | 1000101 | 11010101 | 0 | 1000110 | 111 | 1010 | 100110010 | 1001100 | 111011 |
Color Harmonies of #E645D5
Complementary color
Monochromatic Colors of #E645D5
Black with #E645D5
Text Example
Text Example
White with #E645D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E645D5; }
p { color: rgb(230,69,213); }
H1.HeaderClassName
{
color: #E645D5;
}
.AnyTagClassName
{
color: #E645D5;
}
</style>
background-color css
<style>
a { background-color: #E645D5; }
a { background-color: rgb(230,69,213); }
div.DivClassName
{
background-color: #E645D5;
}
.BgClassName
{
background-color: #E645D5;
}
</style>
border-color css
<style>
span { border-color: #E645D5; }
span { border-color: rgb(230,69,213); }
td.TdClassName
{
border-color: #E645D5;
}
.TagClassName
{
border-color: #E645D5;
}
</style>