Html Css Color HEX #E650CF Free Speech Magenta
📋 copy color: '#E650CF'red 230 ◦ green 80 ◦ blue 207
Shades of Free Speech Magenta #E650CF
Tints of Free Speech Magenta #E650CF
RGB
CMYK
RGB Variations
Color information
#E650CF (or 0xE650CF) is known color: Free Speech Magenta. HEX triplet: E6, 50 and CF. RGB value is (230,80,207). Sum of RGB (Red+Green+Blue) = 230+80+207=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E650CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E650CF is #19AF30. Grayscale: #8A8A8A. Windows color (decimal): -1683249 or 13586662. OLE color: 13586662.
HSL color Cylindrical-coordinate representation of color #E650CF: hue angle of 309.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E650CF is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 207 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.10 |
| HSL | 309.2º | 0.75% | 0.61% | - |
| HSV(B) | 309.2º | 0.65% | 0.9% | - |
| XYZ | 46.76 | 27.07 | 61.79 | - |
| YUV | 139.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 207 | 0 | 0.65 | 0.10 | 0.10 | 309.2 | 0.75 | 0.61 |
| Hex | E6 | 50 | CF | 0 | 41 | A | A | 135 | 4B | 3D |
| Octal | 346 | 120 | 317 | 0 | 101 | 12 | 12 | 465 | 113 | 75 |
| Binary | 11100110 | 1010000 | 11001111 | 0 | 1000001 | 1010 | 1010 | 100110101 | 1001011 | 111101 |
Color Harmonies of #E650CF
Complementary color
Monochromatic Colors of #E650CF
Black with #E650CF
Text Example
Text Example
White with #E650CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E650CF; }
p { color: rgb(230,80,207); }
H1.HeaderClassName
{
color: #E650CF;
}
.AnyTagClassName
{
color: #E650CF;
}
</style>
background-color css
<style>
a { background-color: #E650CF; }
a { background-color: rgb(230,80,207); }
div.DivClassName
{
background-color: #E650CF;
}
.BgClassName
{
background-color: #E650CF;
}
</style>
border-color css
<style>
span { border-color: #E650CF; }
span { border-color: rgb(230,80,207); }
td.TdClassName
{
border-color: #E650CF;
}
.TagClassName
{
border-color: #E650CF;
}
</style>