Html Css Color HEX #E645D3 Free Speech Magenta
📋 copy color: '#E645D3'red 230 ◦ green 69 ◦ blue 211
Shades of Free Speech Magenta #E645D3
Tints of Free Speech Magenta #E645D3
RGB
CMYK
RGB Variations
Color information
#E645D3 (or 0xE645D3) is known color: Free Speech Magenta. HEX triplet: E6, 45 and D3. RGB value is (230,69,211). Sum of RGB (Red+Green+Blue) = 230+69+211=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 69 (27.34% from 255 or 13.53% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E645D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E645D3 is #19BA2C. Grayscale: #848484. Windows color (decimal): -1686061 or 13845990. OLE color: 13845990.
HSL color Cylindrical-coordinate representation of color #E645D3: hue angle of 307.08º 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 #E645D3 is Cyan = 0, Magento = 0.7, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 211 | - |
| CMYK | 0 | 0.7 | 0.08 | 0.10 |
| HSL | 307.08º | 0.76% | 0.59% | - |
| HSV(B) | 307.08º | 0.7% | 0.9% | - |
| XYZ | 46.52 | 25.78 | 64.15 | - |
| YUV | 133.33 | 171.84 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 211 | 0 | 0.7 | 0.08 | 0.10 | 307.08 | 0.76 | 0.59 |
| Hex | E6 | 45 | D3 | 0 | 46 | 8 | A | 133 | 4C | 3B |
| Octal | 346 | 105 | 323 | 0 | 106 | 10 | 12 | 463 | 114 | 73 |
| Binary | 11100110 | 1000101 | 11010011 | 0 | 1000110 | 1000 | 1010 | 100110011 | 1001100 | 111011 |
Color Harmonies of #E645D3
Complementary color
Monochromatic Colors of #E645D3
Black with #E645D3
Text Example
Text Example
White with #E645D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E645D3; }
p { color: rgb(230,69,211); }
H1.HeaderClassName
{
color: #E645D3;
}
.AnyTagClassName
{
color: #E645D3;
}
</style>
background-color css
<style>
a { background-color: #E645D3; }
a { background-color: rgb(230,69,211); }
div.DivClassName
{
background-color: #E645D3;
}
.BgClassName
{
background-color: #E645D3;
}
</style>
border-color css
<style>
span { border-color: #E645D3; }
span { border-color: rgb(230,69,211); }
td.TdClassName
{
border-color: #E645D3;
}
.TagClassName
{
border-color: #E645D3;
}
</style>