Html Css Color HEX #E644D4 Free Speech Magenta
📋 copy color: '#E644D4'red 230 ◦ green 68 ◦ blue 212
Shades of Free Speech Magenta #E644D4
Tints of Free Speech Magenta #E644D4
RGB
CMYK
RGB Variations
Color information
#E644D4 (or 0xE644D4) is known color: Free Speech Magenta. HEX triplet: E6, 44 and D4. RGB value is (230,68,212). Sum of RGB (Red+Green+Blue) = 230+68+212=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E644D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E644D4 is #19BB2B. Grayscale: #848484. Windows color (decimal): -1686316 or 13911270. OLE color: 13911270.
HSL color Cylindrical-coordinate representation of color #E644D4: hue angle of 306.67º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E644D4 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 212 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.10 |
| HSL | 306.67º | 0.76% | 0.58% | - |
| HSV(B) | 306.67º | 0.7% | 0.9% | - |
| XYZ | 46.58 | 25.71 | 64.79 | - |
| YUV | 132.85 | 172.67 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 212 | 0 | 0.70 | 0.08 | 0.10 | 306.67 | 0.76 | 0.58 |
| Hex | E6 | 44 | D4 | 0 | 46 | 8 | A | 133 | 4C | 3A |
| Octal | 346 | 104 | 324 | 0 | 106 | 10 | 12 | 463 | 114 | 72 |
| Binary | 11100110 | 1000100 | 11010100 | 0 | 1000110 | 1000 | 1010 | 100110011 | 1001100 | 111010 |
Color Harmonies of #E644D4
Complementary color
Monochromatic Colors of #E644D4
Black with #E644D4
Text Example
Text Example
White with #E644D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E644D4; }
p { color: rgb(230,68,212); }
H1.HeaderClassName
{
color: #E644D4;
}
.AnyTagClassName
{
color: #E644D4;
}
</style>
background-color css
<style>
a { background-color: #E644D4; }
a { background-color: rgb(230,68,212); }
div.DivClassName
{
background-color: #E644D4;
}
.BgClassName
{
background-color: #E644D4;
}
</style>
border-color css
<style>
span { border-color: #E644D4; }
span { border-color: rgb(230,68,212); }
td.TdClassName
{
border-color: #E644D4;
}
.TagClassName
{
border-color: #E644D4;
}
</style>