Html Css Color HEX #E645D4 Free Speech Magenta
📋 copy color: '#E645D4'red 230 ◦ green 69 ◦ blue 212
Shades of Free Speech Magenta #E645D4
Tints of Free Speech Magenta #E645D4
RGB
CMYK
RGB Variations
Color information
#E645D4 (or 0xE645D4) is known color: Free Speech Magenta. HEX triplet: E6, 45 and D4. RGB value is (230,69,212). Sum of RGB (Red+Green+Blue) = 230+69+212=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 69 (27.34% from 255 or 13.50% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E645D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E645D4 is #19BA2B. Grayscale: #858585. Windows color (decimal): -1686060 or 13911526. OLE color: 13911526.
HSL color Cylindrical-coordinate representation of color #E645D4: hue angle of 306.71º 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 #E645D4 is Cyan = 0, Magento = 0.7, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 212 | - |
| CMYK | 0 | 0.7 | 0.08 | 0.10 |
| HSL | 306.71º | 0.76% | 0.59% | - |
| HSV(B) | 306.71º | 0.7% | 0.9% | - |
| XYZ | 46.64 | 25.83 | 64.82 | - |
| YUV | 133.44 | 172.34 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 212 | 0 | 0.7 | 0.08 | 0.10 | 306.71 | 0.76 | 0.59 |
| Hex | E6 | 45 | D4 | 0 | 46 | 8 | A | 133 | 4C | 3B |
| Octal | 346 | 105 | 324 | 0 | 106 | 10 | 12 | 463 | 114 | 73 |
| Binary | 11100110 | 1000101 | 11010100 | 0 | 1000110 | 1000 | 1010 | 100110011 | 1001100 | 111011 |
Color Harmonies of #E645D4
Complementary color
Monochromatic Colors of #E645D4
Black with #E645D4
Text Example
Text Example
White with #E645D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E645D4; }
p { color: rgb(230,69,212); }
H1.HeaderClassName
{
color: #E645D4;
}
.AnyTagClassName
{
color: #E645D4;
}
</style>
background-color css
<style>
a { background-color: #E645D4; }
a { background-color: rgb(230,69,212); }
div.DivClassName
{
background-color: #E645D4;
}
.BgClassName
{
background-color: #E645D4;
}
</style>
border-color css
<style>
span { border-color: #E645D4; }
span { border-color: rgb(230,69,212); }
td.TdClassName
{
border-color: #E645D4;
}
.TagClassName
{
border-color: #E645D4;
}
</style>