Html Css Color HEX #E644F5 Free Speech Magenta
📋 copy color: '#E644F5'red 230 ◦ green 68 ◦ blue 245
Shades of Free Speech Magenta #E644F5
Tints of Free Speech Magenta #E644F5
RGB
CMYK
RGB Variations
Color information
#E644F5 (or 0xE644F5) is known color: Free Speech Magenta. HEX triplet: E6, 44 and F5. RGB value is (230,68,245). Sum of RGB (Red+Green+Blue) = 230+68+245=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 68 (26.95% from 255 or 12.52% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #E644F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E644F5 is #19BB0A. Grayscale: #888888. Windows color (decimal): -1686283 or 16073958. OLE color: 16073958.
HSL color Cylindrical-coordinate representation of color #E644F5: hue angle of 294.92º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E644F5 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 68 | 245 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.04 |
| HSL | 294.92º | 0.9% | 0.61% | - |
| HSV(B) | 294.92º | 0.72% | 0.96% | - |
| XYZ | 51.18 | 27.55 | 89.01 | - |
| YUV | 136.62 | 189.17 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 245 | 0.06 | 0.72 | 0 | 0.04 | 294.92 | 0.9 | 0.61 |
| Hex | E6 | 44 | F5 | 6 | 48 | 0 | 4 | 127 | 5A | 3D |
| Octal | 346 | 104 | 365 | 6 | 110 | 0 | 4 | 447 | 132 | 75 |
| Binary | 11100110 | 1000100 | 11110101 | 110 | 1001000 | 0 | 100 | 100100111 | 1011010 | 111101 |
Color Harmonies of #E644F5
Complementary color
Monochromatic Colors of #E644F5
Black with #E644F5
Text Example
Text Example
White with #E644F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E644F5; }
p { color: rgb(230,68,245); }
H1.HeaderClassName
{
color: #E644F5;
}
.AnyTagClassName
{
color: #E644F5;
}
</style>
background-color css
<style>
a { background-color: #E644F5; }
a { background-color: rgb(230,68,245); }
div.DivClassName
{
background-color: #E644F5;
}
.BgClassName
{
background-color: #E644F5;
}
</style>
border-color css
<style>
span { border-color: #E644F5; }
span { border-color: rgb(230,68,245); }
td.TdClassName
{
border-color: #E644F5;
}
.TagClassName
{
border-color: #E644F5;
}
</style>